GeometryHelper.FlattenGeometry Method
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.
Overloads
FlattenGeometry(Geometry, Double) | |
FlattenGeometry(PathGeometry, Geometry, Double, Matrix) |
FlattenGeometry(Geometry, Double)
- Source:
- GeometryHelper.cs
- Source:
- GeometryHelper.cs
public:
static Microsoft::Maui::Controls::Shapes::PathGeometry ^ FlattenGeometry(Microsoft::Maui::Controls::Shapes::Geometry ^ geoSrc, double tolerance);
public static Microsoft.Maui.Controls.Shapes.PathGeometry FlattenGeometry (Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance);
static member FlattenGeometry : Microsoft.Maui.Controls.Shapes.Geometry * double -> Microsoft.Maui.Controls.Shapes.PathGeometry
Public Shared Function FlattenGeometry (geoSrc As Geometry, tolerance As Double) As PathGeometry
Parameters
- geoSrc
- Geometry
- tolerance
- Double
Returns
Applies to
FlattenGeometry(PathGeometry, Geometry, Double, Matrix)
- Source:
- GeometryHelper.cs
- Source:
- GeometryHelper.cs
public:
static void FlattenGeometry(Microsoft::Maui::Controls::Shapes::PathGeometry ^ pathGeoDst, Microsoft::Maui::Controls::Shapes::Geometry ^ geoSrc, double tolerance, Microsoft::Maui::Controls::Shapes::Matrix matxPrevious);
public static void FlattenGeometry (Microsoft.Maui.Controls.Shapes.PathGeometry pathGeoDst, Microsoft.Maui.Controls.Shapes.Geometry geoSrc, double tolerance, Microsoft.Maui.Controls.Shapes.Matrix matxPrevious);
static member FlattenGeometry : Microsoft.Maui.Controls.Shapes.PathGeometry * Microsoft.Maui.Controls.Shapes.Geometry * double * Microsoft.Maui.Controls.Shapes.Matrix -> unit
Public Shared Sub FlattenGeometry (pathGeoDst As PathGeometry, geoSrc As Geometry, tolerance As Double, matxPrevious As Matrix)
Parameters
- pathGeoDst
- PathGeometry
- geoSrc
- Geometry
- tolerance
- Double
- matxPrevious
- Matrix
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.