|
||
class TPictureCapability;
Picture capabilities.
These include the types of scaling that can be applied to a picture, and whether or not it is croppable.
Defined in TPictureCapability
:
EFullyScaleable
The picture is fully scalable. ENotScaleable
The picture is not scalable. EScaleableMaintainingAspectRatio
The picture is scalable to any size, as long as its aspect ratio (the ratio of i...TPictureCapability(TScalingType,TBool)
Constructs the object setting the scaling-type and croppability properties.TScalingType
Scaling types. iIsCroppable
Scaling type. iScalingType
Whether or not the picture is croppable. inline TPictureCapability(TScalingType aScalingType, TBool aCroppable);
Constructs the object setting the scaling-type and croppability properties.
|
TScalingType
Scaling types.
|
TBool iIsCroppable;
Scaling type.