'宣言 Public Overloads Sub Outline( _ ByVal flatteningTolerance As System.Single, _ ByVal geometrySink As GeometrySink _ )
public void Outline( System.float flatteningTolerance, GeometrySink geometrySink )
パラメータ
- 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 geometry's transformed outline is appended.
戻り値の型
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.