Widens the geometry by the specified stroke and writes the result to an
SimplifiedGeometrySink after it has been transformed by the specified matrix and flattened using the specified tolerance.
'Declaration
Public Overloads Sub Widen( _
ByVal As System.Single, _
ByVal As GeometrySink _
)
public void Widen(
System.float ,
GeometrySink
)
Parameters
- strokeWidth
- The amount by which to widen the geometry.
- 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.