This document is archived and information here might be outdated. Recommended version. |
Finish use of dicer.
[Visual Basic .NET] Public Sub OnComplete ( _ ByVal hDC As Integer, _ ByRef Points As tagPOINT, _ ByRef partCounts As Integer, _ ByVal numParts As Integer _ )
[C#] public void OnComplete ( int hDC, ref tagPOINT Points, ref int partCounts, ref int numParts );
[C++]
HRESULT OnComplete(
OLE_HANDLE hDC,
tagPOINT* Points,
System.Int32* partCounts,
long numParts
);
[C++] Parameters hDC [in]
hDC is a parameter of type OLE_HANDLE Points [in]
Points is a parameter of type tagPOINT* partCounts [in]
partCounts is a parameter of type long* numParts [in]
numParts is a parameter of type long