C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / PathGeometry Class / Stream Method
The sink to which the path geometry's contents are copied. Modifying this sink does not change the contents of this path geometry.

In This Topic
Stream Method (PathGeometry)
In This Topic
Copies the contents of the path geometry to the specified GeometrySink.
Syntax
'Declaration
 
Public Sub Stream( _
   ByVal geometrySink As GeometrySink _
) 
 

Parameters

geometrySink
The sink to which the path geometry's contents are copied. Modifying this sink does not change the contents of this path geometry.
See Also