ImageGear .NET v24.12 - Updated
DrawImage Property




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearRenderSettings Class : DrawImage Property
Gets or sets a value indicating whether the image should be drawn.
Syntax
'Declaration
 
Public Property DrawImage As Boolean
'Usage
 
Dim instance As ImGearRenderSettings
Dim value As Boolean
 
instance.DrawImage = value
 
value = instance.DrawImage
public bool DrawImage {get; set;}
public: __property bool get_DrawImage();
public: __property void set_DrawImage( 
   bool value
);
public:
property bool DrawImage {
   bool get();
   void set (    bool value);
}

Property Value

Boolean value.
Remarks
The default value is true.
See Also

Reference

ImGearRenderSettings Class
ImGearRenderSettings Members