GeometryHelper.FlattenGeometry メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
FlattenGeometry(Geometry, Double) | |
FlattenGeometry(PathGeometry, Geometry, Double, Matrix) |
FlattenGeometry(Geometry, Double)
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
パラメーター
- geoSrc
- Geometry
- tolerance
- Double
戻り値
適用対象
FlattenGeometry(PathGeometry, Geometry, Double, Matrix)
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)
パラメーター
- pathGeoDst
- PathGeometry
- geoSrc
- Geometry
- tolerance
- Double
- matxPrevious
- Matrix