In This Topic
Calculates the length of the geometry as though each segment were unrolled into a line.
Overload List
| Overload | Description |
| ComputeLength() | Calculates the length of the geometry as though each segment were unrolled into a line. |
| ComputeLength(Single) | Calculates the length of the geometry as though each segment were unrolled into a line. |
| ComputeLength(Nullable<Matrix3x2>,Single) | HRESULT ID2D1Geometry::ComputeLength([In, Optional] const D2D_MATRIX_3X2_F* worldTransform,[In] float flatteningTolerance,[Out] float* length) |
See Also