This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IW > IWin32Shape2 Interface > IWin32Shape2.ExportToWin32ShapeEx Method (ArcObjects .NET 10.5 SDK) |
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.
[Visual Basic .NET] 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 _ )
[C#] public void ExportToWin32ShapeEx ( bool modifyTangents, ITransformation Transform, IGeometry clipShape, ref int byteCount, ref IntPtr byteBuffer, ref bool compatibleBuffer, ref bool dice );
[C++]
HRESULT ExportToWin32ShapeEx(
VARIANT_BOOL modifyTangents,
ITransformation* Transform,
IGeometry* clipShape,
long* byteCount,
Byte** byteBuffer,
VARIANT_BOOL compatibleBuffer,
VARIANT_BOOL* dice
);
[C++]
Parameters modifyTangents modifyTangents is a parameter of type VARIANT_BOOL Transform
Transform is a parameter of type ITransformation clipShape
clipShape is a parameter of type IGeometry byteCount [in, out] byteCount is a parameter of type long byteBuffer [out] byteBuffer is a parameter of type Byte compatibleBuffer compatibleBuffer is a parameter of type VARIANT_BOOL dice [in, out] dice is a parameter of type VARIANT_BOOL