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.
tile_offset_xReturns or sets the horizontal offset of the texture from the shape’s origin in points.
A positive value moves the texture to the right, while a negative value moves it to the left.
Read/write float.
tile_offset_yReturns or sets the vertical offset of the texture from the shape’s origin in points.
A positive value moves the texture down, while a negative value moves it up.
Read/write float.
tile_scale_xReturns or sets the horizontal scale for the texture fill as a percentage.
Read/write float.
tile_scale_yReturns or sets the vertical scale for the texture fill as a percentage.
Read/write float.
tile_alignmentReturns or sets how the texture is aligned within the shape. This setting controls the starting point of the texture pattern and how it repeats across the shape.
Read/write RectangleAlignment.
tile_flipFlips the texture tile around its horizontal, vertical or both axis.
Read/write TileFlip.
slide
presentation

Methods

MethodDescription
delete_picture_cropped_areasDelete cropped areas of the fill Picture.
compress_imageCompresses the image by reducing its size based on the shape size and specified resolution. Optionally, it also deletes cropped areas.

See Also