'Declaration <DefaultValueAttribute(0)> <DescriptionAttribute("The aspect ratio of original image when inverse transform is used.")> Public Property OriginalAspectRatio As Single
[DefaultValue(0)] [Description("The aspect ratio of original image when inverse transform is used.")] public float OriginalAspectRatio { get; set; }
[DefaultValue(0)] [Description("The aspect ratio of original image when inverse transform is used.")] public: __property float get_OriginalAspectRatio(); public: __property void set_OriginalAspectRatio(
float value
);
[DefaultValue(0)] [Description("The aspect ratio of original image when inverse transform is used.")] public:
property float OriginalAspectRatio { float get(); void set(float value); }
Property Value
0 - aspect ratio must be calculated automatically.