←Select platform

GetGraphicsPath Method

Summary

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

Syntax

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

Parameters

mode
An AnnGetGraphicsPathMode value that specifies which path to return.

Return Value

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

Remarks

The AnnImageObject will return the same exact path no matter what the value of mode is. However, AnnImageObject overrides the AnnObject.DrawObject method to manually draw the Picture value itself since it cannot be described by a graphics path.

Requirements

Target Platforms

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

Leadtools.Annotations Assembly