'Declaration Public Overloads Sub Widen( _ ByVal strokeWidth As System.Single, _ ByVal flatteningTolerance As System.Single, _ ByVal geometrySink As IGeometrySink _ )
public void Widen( System.float strokeWidth, System.float flatteningTolerance, IGeometrySink geometrySink )
Parameters
- strokeWidth
- The amount by which to widen the geometry.
- 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 ISimplifiedGeometrySink to which the widened geometry is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.