PictureFillFormat class

PictureFillFormat class

Represents a picture fill style.

Inheritance:PictureFillFormatPVIObject

The PictureFillFormat type exposes the following members:

Properties

PropertyDescription
dpiReturns or sets the dpi which is used to fill a picture.
Read/write int.
picture_fill_modeReturns or sets the picture fill mode.
Read/write PictureFillMode.
pictureReturns the picture.
Read-only ISlidesPicture.
crop_leftReturns or sets the number of percents of real image width that are cropped off
the left of the picture.
Read/write float.
crop_topReturns or sets the number of percents of real image height that are cropped off
the top of the picture.
Read/write float.
crop_rightReturns or sets the number of percents of real image width that are cropped off
the right of the picture.
Read/write float.
crop_bottomReturns or sets the number of percents of real image height that are cropped off
the bottom of the picture.
Read/write float.
stretch_offset_leftReturns or sets left edge of the fill rectangle that is defined by a percentage offset
from the left edge of the shape’s bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
Read/write float.
stretch_offset_topReturns or sets top edge of the fill rectangle that is defined by a percentage offset
from the top edge of the shape’s bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
Read/write float.
stretch_offset_rightReturns or sets right edge of the fill rectangle that is defined by a percentage offset
from the right edge of the shape’s bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
Read/write float.
stretch_offset_bottomReturns or sets bottom edge of the fill rectangle that is defined by a percentage offset
from the bottom edge of the shape’s bounding box.
A positive percentage specifies an inset, while a negative percentage specifies an outset.
Read/write float.
slide
presentation

Methods

MethodDescription
delete_picture_cropped_areasDelete cropped areas of the fill Picture.

See Also