Computes the outline of the geometry and writes the result to an
SimplifiedGeometrySink.
'Declaration
Public Overloads Sub Outline( _
ByVal As System.Single, _
ByVal As GeometrySink _
)
public void Outline(
System.float ,
GeometrySink
)
Parameters
- 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 geometry's transformed outline is appended.
Return Value
If the method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.