Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

Graphics Property






Gets the graphics used to paint.
Syntax
public Graphics Graphics {get;}
'Declaration
 
Public ReadOnly Property Graphics As Graphics
'Usage
 
Dim instance As AnnPaintEventArgs
Dim value As Graphics
 
value = instance.Graphics

            

            
public:
property Graphics^ Graphics {
   Graphics^ get();
}

Property Value

The System.Drawing.Graphics object used to paint.
Example
For an example, refer to AfterDrawingObjects.
Requirements

Target Platforms

See Also

Reference

AnnPaintEventArgs Class
AnnPaintEventArgs Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)