|
|
|
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:
EFullyScaleableThe picture is fully scalable. ENotScaleableThe picture is not scalable. EScaleableMaintainingAspectRatioThe 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.TScalingTypeScaling types. iIsCroppableScaling type. iScalingTypeWhether 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.