Leadtools.Windows.Annotations Requires Document/Medical license. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RenderObject Method
See Also 
Leadtools.Windows.Annotations Namespace > AnnCrossProductObject Class : RenderObject Method



drawingContext
The DrawingContext that defines the AnnCrossProductObject object to be drawn.
drawingContext
The DrawingContext that defines the AnnCrossProductObject object to be drawn.
Draws this AnnCrossProductObject object on the specified drawing context.

Syntax

Visual Basic (Declaration) 
Overrides Protected Sub RenderObject( _
   ByVal drawingContext As DrawingContext _
) 
Visual Basic (Usage)Copy Code
Dim instance As AnnCrossProductObject
Dim drawingContext As DrawingContext
 
instance.RenderObject(drawingContext)
C# 
protected override void RenderObject( 
   DrawingContext drawingContext
)
C++/CLI 
protected:
void RenderObject( 
   DrawingContext drawingContext
) override 

Parameters

drawingContext
The DrawingContext that defines the AnnCrossProductObject object to be drawn.

Remarks

This method is called internally by the annotation framework whenever the AnnObjectBase.OnRender method is called. There is no need to call this method directly.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family

See Also

RenderObject requires a Document/Medical product license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features and Unlocking Special LEAD Features.