Bitmap for WPF
Simplify(GeometrySimplificationOption,Single,GeometrySink) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > Simplify メソッド : Simplify(GeometrySimplificationOption,Single,GeometrySink) メソッド
A value that specifies whether the simplified geometry should contain curves.
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
The SimplifiedGeometrySinkto which the simplified geometry is appended.
Creates a simplified version of the geometry that contains only lines and (optionally) cubic Bezier curves and writes the result to an SimplifiedGeometrySink.
シンタックス
'宣言
 
Public Overloads Sub Simplify( _
   ByVal simplificationOption As GeometrySimplificationOption, _
   ByVal flatteningTolerance As System.Single, _
   ByVal geometrySink As GeometrySink _
) 
public void Simplify( 
   GeometrySimplificationOption simplificationOption,
   System.float flatteningTolerance,
   GeometrySink geometrySink
)

パラメータ

simplificationOption
A value that specifies whether the simplified geometry should contain curves.
flatteningTolerance
The maximum bounds on the distance between points in the polygonal approximation of the geometry. Smaller values produce more accurate results but cause slower execution.
geometrySink
The SimplifiedGeometrySinkto which the simplified geometry is appended.

戻り値の型

If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
参照

Geometry クラス
Geometry メンバ
オーバーロード一覧