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




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTFormsPreviewData Class : Graphics Property
Gets a graphics object on which mark's preview is to be drawn.
Syntax
'Declaration
 
Public ReadOnly Property Graphics As Graphics
'Usage
 
Dim instance As ImGearARTFormsPreviewData
Dim value As Graphics
 
value = instance.Graphics
public Graphics Graphics {get;}
public: __property Graphics* get_Graphics();
public:
property Graphics^ Graphics {
   Graphics^ get();
}

Property Value

Graphics class object.
See Also

Reference

ImGearARTFormsPreviewData Class
ImGearARTFormsPreviewData Members