The following screen shot shows a FacePicture assigned to a face:
The following table shows how you can get a FacePicture object ( the red items indicates properties )
EXTREECUBELib.Face "CreatePicture" -> EXTREECUBELib.FacePicture "FacePicture" -> EXTREECUBELib.FacePicture
The following table shows how you can get a FacePicture object ( the red items indicates properties )
EXTREECUBELib.FacePicture <- "CreatePicture" of EXTREECUBELib.Face EXTREECUBELib.FacePicture <- "FacePicture" of EXTREECUBELib.Face
The FacePicture object supports the following properties and methods:
Name | Description | |||
Face | Retrieves the face that owns the content object. | |||
Height | Specifies the expression relative to the view/current picture, to determine the height to show the current picture on the background. | |||
Index | Indicates the index of the face. | |||
Left | Specifies the expression relative to the view/current picture, to determine the x-position to show the current picture on the background. | |||
Picture | Retrieves or sets a graphic to be displayed on the face. | |||
PictureDisplay | Retrieves or sets a value that indicates the way how the graphic is displayed on the face's background. | |||
Refresh | Refreses the face's content. | |||
Top | Specifies the expression relative to the view/current picture, to determine the y-position to show the current picture on the background. | |||
Width | Specifies the expression relative to the view/current picture, to determine the width to show the current picture on the background. |