'Declaration Public Overloads Sub Widen( _ ByVal strokeWidth As Single, _ ByVal strokeStyle As StrokeStyle, _ ByVal worldTransform As Nullable(Of Matrix3x2), _ ByVal flatteningTolerance As Single, _ ByVal geometrySink As GeometrySink _ )
public void Widen( float strokeWidth, StrokeStyle strokeStyle, Nullable<Matrix3x2> worldTransform, float flatteningTolerance, GeometrySink geometrySink )
Parameters
- strokeWidth
- The amount by which to widen the geometry.
- strokeStyle
- The style of stroke to apply to the geometry, or NULL.
- worldTransform
- The transform to apply to the geometry after widening it, or NULL.
- 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 SimplifiedGeometrySink to which the widened geometry is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.