Leadtools.Annotations Requires Document/Medical product license | Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.10.31
BeginDraw Method
See Also 
Leadtools.Annotations Namespace > AnnObject Class : BeginDraw Method




graphics
The Graphics surface on which to draw this AnnObject.
Called by the Draw method to set up the object's PhysicalTransform matrix into the g graphics surface.

Syntax

Visual Basic (Declaration) 
Protected Overridable Function BeginDraw( _
   ByVal graphics As Graphics _
) As GraphicsState
Visual Basic (Usage)Copy Code
Dim instance As AnnObject
Dim graphics As Graphics
Dim value As GraphicsState
 
value = instance.BeginDraw(graphics)
C# 
protected virtual GraphicsState BeginDraw( 
   Graphics graphics
)
Managed Extensions for C++ 
protected: virtual GraphicsState BeginDraw( 
   Graphics graphics
) 
C++/CLI 
protected:
virtual GraphicsState BeginDraw( 
   Graphics graphics
) 

Parameters

graphics
The Graphics surface on which to draw this AnnObject.

Return Value

A GraphicsState object if this AnnObject is visible; null (Nothing in Visual Basic) otherwise.

Remarks

This method is called internally by the annotation framework whenever the Draw method is called. You do not need to call this method directly.

Derived classes that call this method must call EndDraw after all drawing operation is over passing the GraphicsState value returned from this method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Raster Pro/Document/Medical Features