Bitmap for UWP
ComputeLength(Single) メソッド

C1.UWP.DX アセンブリ > C1.Util.DX.Direct2D 名前空間 > Geometry クラス > ComputeLength メソッド : ComputeLength(Single) メソッド
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.
Calculates the length of the geometry as though each segment were unrolled into a line.
シンタックス
'宣言
 
Public Overloads Function ComputeLength( _
   ByVal flatteningTolerance As System.Single _
) As System.Single
public System.float ComputeLength( 
   System.float flatteningTolerance
)

パラメータ

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.

戻り値の型

When this method returns, contains a reference to the length of the geometry. For closed geometries, the length includes an implicit closing segment. You must allocate storage for this parameter.
参照

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