ImageGear .NET
ImageScaleSettings Property (ImGearRenderSettings)




Gets or sets scale settings for the main image.
Syntax
public ImGearDisplayScaleSettings ImageScaleSettings {get; set;}
public: __property ImGearDisplayScaleSettings* get_ImageScaleSettings();
public: __property void set_ImageScaleSettings( 
   ImGearDisplayScaleSettings* value
);
public:
property ImGearDisplayScaleSettings^ ImageScaleSettings {
   ImGearDisplayScaleSettings^ get();
   void set (    ImGearDisplayScaleSettings^ value);
}
'Declaration
 
Public Property ImageScaleSettings As ImGearDisplayScaleSettings
 
'Usage
 
Dim instance As ImGearRenderSettings
Dim value As ImGearDisplayScaleSettings
 
instance.ImageScaleSettings = value
 
value = instance.ImageScaleSettings

Property Value

ImGearDisplayScaleSettings class object.
See Also

Reference

ImGearRenderSettings Class
ImGearRenderSettings Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback