EllipseShapeGeometry.GetPath(RectangleD) Methode

Definition

Ruft den GraphicsPath der Geometrie ab. Dies ist ein Singleton für die Geometry-Klasse. Nicht verwerfen. Verwenden Sie sofort. Verwenden Sie getpathcopy, wenn ein anderer Pfad benötigt wird.

protected:
 override System::Drawing::Drawing2D::GraphicsPath ^ GetPath(Microsoft::VisualStudio::Modeling::Diagrams::RectangleD boundingBox);
protected override System.Drawing.Drawing2D.GraphicsPath GetPath (Microsoft.VisualStudio.Modeling.Diagrams.RectangleD boundingBox);
override this.GetPath : Microsoft.VisualStudio.Modeling.Diagrams.RectangleD -> System.Drawing.Drawing2D.GraphicsPath
Protected Overrides Function GetPath (boundingBox As RectangleD) As GraphicsPath

Parameter

boundingBox
RectangleD

Das umgebende Feld für die Geometrie.

Gibt zurück

GraphicsPath

Der GraphicsPath der Geometrie.

Gilt für