EllipseShapeGeometry.GetPath(RectangleD) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
O GraphicsPath da geometria.