TPictureCapability Class Reference
Detailed Description
Picture capabilities.
These include the types of scaling that can be applied to a picture, and whether or not it is croppable.
Member Attribute Documentation
iScalingType
Whether or not the picture is croppable.
Member Enumeration Documentation
Enum TScalingType
Enumerator | Value | Description |
---|
ENotScaleable | |
The picture is not scalable.
|
EFullyScaleable | |
The picture is fully scalable.
|
EScaleableMaintainingAspectRatio | |
The picture is scalable to any size, as long as its aspect ratio (the ratio of its height to its width) remains constant.
|
Constructor & Destructor Documentation
TPictureCapability ( TScalingType, TBool )
Constructs the object setting the scaling-type and croppability properties.
Parameter | Description | aScalingType | Whether or not the picture is scalable. |
aCroppable | Whether or not the picture is croppable. |