ImageGear .NET v25.2 - Updated
ImageGear.Art.Forms Assembly / ImageGear.ART.Forms Namespace / ImGearARTFormsPreviewData Class / Graphics Property




In This Topic
    Graphics Property (ImGearARTFormsPreviewData)
    In This Topic
    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