IWin32Shape2 Interface

Provides access to members that prepare a set of GDI drawing instructions for a geometry.

Members

Name Description
Method ExportToWin32Shape Exports a set of GDI drawing instruction for this geometry to the specified buffer. The exact number of bytes written is returned.
Method 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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close