ImageGear .NET
AspectRatio Property (ImGearARTImage)




Gets or sets the aspect ratio of the image.
Syntax
public double AspectRatio {get; set;}
public: __property double get_AspectRatio();
public: __property void set_AspectRatio( 
   double value
);
public:
property double AspectRatio {
   double get();
   void set (    double value);
}
'Declaration
 
Public Property AspectRatio As Double
 
'Usage
 
Dim instance As ImGearARTImage
Dim value As Double
 
instance.AspectRatio = value
 
value = instance.AspectRatio

Property Value

Any positive double number.
See Also

Reference

ImGearARTImage Class
ImGearARTImage Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback