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.
PublicSubExportToWin32ShapeEx( _
ByVal modifyTangents As Boolean, _
ByValTransformAs ITransformation, _
ByVal clipShape As IGeometry, _
ByRef byteCount As Integer, _
ByVal byteBuffer As IntPtr, _
ByVal compatibleBuffer As Boolean, _
ByRef dice AsBoolean _
)