Returns a System.Drawing.Drawing2D.GraphicsPath representation of this AnnImageObject.
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
mode
An AnnGetGraphicsPathMode value that specifies which path to return.
The System.Drawing.Drawing2D.GraphicsPath representation of this AnnImageObject.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET