ShapeElement.Perimeter Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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