This document is archived and information here might be outdated. Recommended version. |
Polygons with fewer than this number of vertices will not be drawn/printed as a collection of trapezoids.
[Visual Basic .NET] Public Property NoDiceLimit As Integer
[C#] public int NoDiceLimit {get; set;}
[C++]
HRESULT get_NoDiceLimit(
long cMaxPoints
);
[C++]
HRESULT put_NoDiceLimit(
System.Int32* cMaxPoints
);
[C++]
Parameters cMaxPoints
cMaxPoints is a parameter of type long cMaxPoints [out, retval]
cMaxPoints is a parameter of type long*
NoDiceLimit controls how many vertices must be in the polygon when exporting the geometry to a format that can be directly used by the Win32 drawing API. By default, the limit is 20,000 vertices.