GraphicsPath.PathPoints 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 points in the path.
public:
property cli::array <System::Drawing::PointF> ^ PathPoints { cli::array <System::Drawing::PointF> ^ get(); };
public System.Drawing.PointF[] PathPoints { get; }
member this.PathPoints : System.Drawing.PointF[]
Public ReadOnly Property PathPoints As PointF()
Property Value
PointF[]
An array of PointF objects that represent the path.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.