Provides access to members that prepare a set of GDI drawing instructions for a geometry.
Members
| Name | Description | |
|---|---|---|
![]()  | 
ExportToWin32Shape | Exports a set of GDI drawing instruction for this geometry to the specified buffer. The exact number of bytes written is returned. | 
![]()  | 
ExportToWin32ShapeEx | Export a set of GDI drawing instruction for this geometry. An arbitrary clip shape can be provided (as opposed to a simple envelope). A polygon or closed polyline can be specified to restructure itself so that its endpoints lie on a common tangent. | 
IWin32Shape2.ExportToWin32ShapeEx Method
Export a set of GDI drawing instruction for this geometry. An arbitrary clip shape can be provided (as opposed to a simple envelope). A polygon or closed polyline can be specified to restructure itself so that its endpoints lie on a common tangent.
Public Sub ExportToWin32ShapeEx ( _
    ByVal modifyTangents As Boolean, _
    ByVal Transform As ITransformation, _
    ByVal clipShape As IGeometry, _
    ByRef byteCount As Integer, _
    ByVal byteBuffer As IntPtr, _
    ByVal compatibleBuffer As Boolean, _
    ByRef dice As Boolean _
)
public void ExportToWin32ShapeEx (
    bool modifyTangents,
    ITransformation Transform,
    IGeometry clipShape,
    ref int byteCount,
    ref IntPtr byteBuffer,
    ref bool compatibleBuffer,
    ref bool dice
);
Inherited Interfaces
| Interfaces | Description | 
|---|---|
| IWin32Shape | Provides access to members that prepare a set of GDI drawing instructions for a geometry. | 
Classes that implement IWin32Shape2
| Classes | Description | 
|---|
