C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct2D Namespace / GeometrySinkNative Class


GeometrySinkNative Class Methods

For a list of all members of this type, see GeometrySinkNative members.

Public Methods
 NameDescription
Public Methodvoid ID2D1GeometrySink::AddArc([In] const D2D1_ARC_SEGMENT* arc)  
Public Methodvoid ID2D1GeometrySink::AddBezier([In] const D2D1_BEZIER_SEGMENT* bezier)  
Public Methodvoid ID2D1SimplifiedGeometrySink::AddBeziers([In, Buffer] const D2D1_BEZIER_SEGMENT* beziers,[In] unsigned int beziersCount) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public Methodvoid ID2D1GeometrySink::AddLine([In] D2D_POINT_2F point)  
Public Methodvoid ID2D1SimplifiedGeometrySink::AddLines([In, Buffer] const D2D_POINT_2F* points,[In] unsigned int pointsCount) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public Methodvoid ID2D1GeometrySink::AddQuadraticBezier([In] const D2D1_QUADRATIC_BEZIER_SEGMENT* bezier)  
Public Methodvoid ID2D1GeometrySink::AddQuadraticBeziers([In, Buffer] const D2D1_QUADRATIC_BEZIER_SEGMENT* beziers,[In] unsigned int beziersCount)  
Public Methodvoid ID2D1SimplifiedGeometrySink::BeginFigure([In] D2D_POINT_2F startPoint,[In] D2D1_FIGURE_BEGIN figureBegin) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public MethodHRESULT ID2D1SimplifiedGeometrySink::Close() (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public MethodOverloaded. Clean up any resources being used. (Inherited from C1.Util.DX.ComObject)
Public Methodvoid ID2D1SimplifiedGeometrySink::EndFigure([In] D2D1_FIGURE_END figureEnd) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public MethodOverloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public MethodOverloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject)
Public Methodvoid ID2D1SimplifiedGeometrySink::SetFillMode([In] D2D1_FILL_MODE fillMode) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Public Methodvoid ID2D1SimplifiedGeometrySink::SetSegmentFlags([In] D2D1_PATH_SEGMENT vertexFlags) (Inherited from C1.Util.DX.Direct2D.SimplifiedGeometrySinkNative)
Top
Protected Methods
 NameDescription
Protected MethodReleases unmanaged resources and performs other cleanup operations before the C1.Util.DX.DisposeBase is reclaimed by garbage collection. (Inherited from C1.Util.DX.DisposeBase)
Protected MethodOverloaded. Initializes this instance with a pointer from a temporary object and set the pointer of the temporary object to IntPtr.Zero. (Inherited from C1.Util.DX.CppObject)
Protected MethodMethod called when the NativePointer is updated. (Inherited from C1.Util.DX.ComObject)
Protected MethodMethod called when NativePointer is going to be update. (Inherited from C1.Util.DX.ComObject)
Protected MethodQuery Interface for a particular interface support and attach to the given instance. (Inherited from C1.Util.DX.ComObject)
Top
See Also