'Declaration Public Overloads Sub Widen( _ ByVal strokeWidth As Single, _ ByVal geometrySink As GeometrySink _ )
public void Widen( float strokeWidth, GeometrySink 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.