FacePicture object
The FacePicture object holds properties to display a picture object on the face.

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:

NameDescription
FaceRetrieves the face that owns the content object.
HeightSpecifies the expression relative to the view/current picture, to determine the height to show the current picture on the background.
IndexIndicates the index of the face.
LeftSpecifies the expression relative to the view/current picture, to determine the x-position to show the current picture on the background.
PictureRetrieves or sets a graphic to be displayed on the face.
PictureDisplayRetrieves or sets a value that indicates the way how the graphic is displayed on the face's background.
RefreshRefreses the face's content.
TopSpecifies the expression relative to the view/current picture, to determine the y-position to show the current picture on the background.
WidthSpecifies the expression relative to the view/current picture, to determine the width to show the current picture on the background.