ImageGear .NET v24.12 - Updated
ImageScaleSettings Property (ImGearRenderSettings)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearRenderSettings Class : ImageScaleSettings Property
Gets or sets scale settings for the main image.
Syntax
'Declaration
 
Public Property ImageScaleSettings As ImGearDisplayScaleSettings
'Usage
 
Dim instance As ImGearRenderSettings
Dim value As ImGearDisplayScaleSettings
 
instance.ImageScaleSettings = value
 
value = instance.ImageScaleSettings
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);
}

Property Value

ImGearDisplayScaleSettings class object.
See Also

Reference

ImGearRenderSettings Class
ImGearRenderSettings Members