In This Topic
Widens the geometry by the specified stroke and writes the result to an
ISimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance.
Overload List
Overload | Description |
Widen(Single,IGeometrySink) | Widens the geometry by the specified stroke and writes the result to an ISimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance. |
Widen(Single,Single,IGeometrySink) | Widens the geometry by the specified stroke and writes the result to an ISimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance. |
Widen(Single,StrokeStyle,Single,IGeometrySink) | Widens the geometry by the specified stroke and writes the result to an ISimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance. |
Widen(Single,StrokeStyle,Nullable<Matrix3x2>,Single,IGeometrySink) | Widens the geometry by the specified stroke and writes the result to an ISimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance. |
See Also