Table of Contents

TBlipFill Class

Shapes are filled with an image.

Syntax

Namespace: FlexCel.Core

public class TBlipFill: TFillStyle

Constructors

Name Description
TBlipFill Creates a new Image fill.

Methods

Name Description
CompareTo Returns -1 if obj is bigger than this, 0 if both objects are the same, and 1 if obj is smaller than this.
Equals Returns true if this instance has the same data as the object obj.
GetHashCode Returns the hashcode for this object

Properties

Name Description
Blip Picture and properties used in the Blip fill.
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.
FillMode Specifies how the blip will be applied to the fill, either by stretching it to cover all the surface, of by tiling it.
RotateWithShape Specifies that the fill should rotate with the shape.
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.