←Select platform

GetGraphicsPath Method

Summary

Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnObject.

Syntax

C#
VB
C++
public abstract GraphicsPath GetGraphicsPath( 
   AnnGetGraphicsPathMode mode 
) 
  
Public MustOverride Function GetGraphicsPath( _ 
   ByVal mode As Leadtools.Annotations.AnnGetGraphicsPathMode _ 
) As GraphicsPath 
public: 
abstract GraphicsPath^ GetGraphicsPath(  
   Leadtools.Annotations.AnnGetGraphicsPathMode mode 
)  

Parameters

mode
An AnnGetGraphicsPathMode value to specify which path to return.

Return Value

The System.Drawing.Drawing2D.GraphicsPath representation of this AnnObject.

Remarks

Derived annotation objects must implement this method to enable the LEADTOOLS Annotation infrastructure to correctly construct objects at runtime. For more information and an example, refer to the Implement User Defined Objects with LEADTOOLS Annotations (Deprecated)

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly