ShapeGeometry.UninitializedPath Property

Definition

get/set the graphics path This is a singleton on the geometry class. Do not dispose. Use immediately. Use GetPathCopy if another path is needed!

protected:
 property System::Drawing::Drawing2D::GraphicsPath ^ UninitializedPath { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
protected System.Drawing.Drawing2D.GraphicsPath UninitializedPath { get; }
member this.UninitializedPath : System.Drawing.Drawing2D.GraphicsPath
Protected ReadOnly Property UninitializedPath As GraphicsPath

Property Value

returns a GraphicsPath

Applies to