IBlipFill Interface
Shapes are filled with an image.
Syntax
Unit: FlexCel.Core
IBlipFill = interface(IFillStyle);
Properties
Name |
Description |
Dpi |
Specifies the DPI (dots per inch) used to calculate the size of the blip. If not present or zero, the DPI in the blip is used.
|
RotateWithShape |
Specifies that the fill should rotate with the shape.
|
Blip |
Picture and properties used in the Blip fill.
|
SourceRect |
This element specifies the portion of the blip used for the fill. Each edge of the source rectangle is defined by a percentage offset from the corresponding edge of the bounding box. A positive percentage specifies an inset, while a negative percentage specifies an outset. For example, a left offset of 25%% specifies that the left edge of the source rectangle is located to the right of the bounding box's left edge by an amount equal to 25%% of the bounding box's width.
|
FillMode |
Specifies how the blip will be applied to the fill, either by stretching it to cover all the surface, of by tiling it.
|