This document is archived and information here might be outdated. Recommended version. |
Splits the polygon into a set of trapezoids.
[Visual Basic .NET] Public Sub OnDice ( _ ByVal hDC As Integer, _ ByRef Points As tagPOINT, _ ByVal numPoints As Integer _ )
[C#] public void OnDice ( int hDC, ref tagPOINT Points, ref int numPoints );
[C++]
HRESULT OnDice(
OLE_HANDLE hDC,
tagPOINT* Points,
long numPoints
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE Points [in]
Points is a parameter of type tagPOINT* numPoints [in]
numPoints is a parameter of type long