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

Show in webframe

DrawObject Method (AnnCrossProductObject)






The Graphics surface on which to draw this AnnCrossProductObject object.
Draws this AnnCrossProductObject object on the specified surface.
Syntax
protected override void DrawObject( 
   Graphics graphics
)
'Declaration
 
Protected Overrides Sub DrawObject( _
   ByVal graphics As Graphics _
) 
'Usage
 
Dim instance As AnnCrossProductObject
Dim graphics As Graphics
 
instance.DrawObject(graphics)

            

            
protected:
void DrawObject( 
   Graphics^ graphics
) override 

Parameters

graphics
The Graphics surface on which to draw this AnnCrossProductObject object.
Remarks
This method is called internally by the annotation framework whenever the Draw method is called. There is no need to call this method directly.
Requirements

Target Platforms

See Also

Reference

AnnCrossProductObject Class
AnnCrossProductObject Members

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