'Declaration Public Overridable Function GetAsGraphicsPath( _
ByVal drawingFactoryThe DrawingFactory that should create graphics path.As Vintasoft.Imaging.Drawing.DrawingFactory _
) As Vintasoft.Imaging.Drawing.IGraphicsPath
public virtual Vintasoft.Imaging.Drawing.IGraphicsPath GetAsGraphicsPath(
Vintasoft.Imaging.Drawing.DrawingFactory drawingFactory
)
public: virtual Vintasoft.Imaging.Drawing.IGraphicsPath* GetAsGraphicsPath(
Vintasoft.Imaging.Drawing.DrawingFactory* drawingFactory
)
public:
virtual Vintasoft.Imaging.Drawing.IGraphicsPath^ GetAsGraphicsPath(
Vintasoft.Imaging.Drawing.DrawingFactory^ drawingFactory
)
Parameters
- drawingFactory
- The DrawingFactory that should create graphics path.
Return Value
Points of annotation as IGraphicsPath.