EllipseShapeGeometry.GetPath(RectangleD) Método

Definição

Obtém o GraphicsPath da geometria. Isso é um singleton na classe Geometry. Não descartar. Use imediatamente. Use GetPathCopy se outro caminho for necessário!

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

Parâmetros

boundingBox
RectangleD

A caixa delimitadora para a geometria.

Retornos

GraphicsPath

O GraphicsPath da geometria.

Aplica-se a