ImageGear .NET v24.12 - Updated
Graphics Property (ImGearARTDrawingState)




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTDrawingState Class : Graphics Property
Gets or sets graphics object that is used to draw a mark.
Syntax
'Declaration
 
Public Property Graphics As Graphics
'Usage
 
Dim instance As ImGearARTDrawingState
Dim value As Graphics
 
instance.Graphics = value
 
value = instance.Graphics
public Graphics Graphics {get; set;}
public: __property Graphics* get_Graphics();
public: __property void set_Graphics( 
   Graphics* value
);
public:
property Graphics^ Graphics {
   Graphics^ get();
   void set (    Graphics^ value);
}

Property Value

System.Drawing.Graphics value.
See Also

Reference

ImGearARTDrawingState Class
ImGearARTDrawingState Members