Table of Contents

TBlipFillStretch Class

This element specifies that a BLIP should be stretched to fill the target rectangle. The other option is a tile where a BLIP is tiled to fill the available area.

Syntax

Unit: FlexCel.Core

TBlipFillStretch = class(TBlipFillMode);

Constructors

Name Description
Create Creates a new TBlipFillStretch object.

Methods

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

Properties

Name Description
FillRect Rectangle where the picture will be stretched.