'宣言 Public Overloads Function ComputeArea( _ ByVal flatteningTolerance As System.Single _ ) As System.Single
public System.float ComputeArea( 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 this method returns, contains a reference to the area of the transformed, flattened version of this geometry. You must allocate storage for this parameter.