ShapeElement.Perimeter Property

Definition

Gets the graphics path which encompasses the ShapeElement outline, including the thickness of the outline pen that lies outside of the ShapePath. The points in the path are in world units relative to the parent ShapeElement.

public:
 property System::Drawing::Drawing2D::GraphicsPath ^ Perimeter { System::Drawing::Drawing2D::GraphicsPath ^ get(); };
public System.Drawing.Drawing2D.GraphicsPath Perimeter { get; }
member this.Perimeter : System.Drawing.Drawing2D.GraphicsPath
Public ReadOnly Property Perimeter As GraphicsPath

Property Value

Applies to