This document is archived and information here might be outdated. Recommended version. |
The maximum allowed size (in pixels) below which a polygon may be considered as a sliver.
[Visual Basic .NET]
Public Property MaximumSliverSize As Integer
[C#]
public int MaximumSliverSize {get; set;}
[C++]
HRESULT get_MaximumSliverSize(
long pMaxSliverSize
);
[C++]
HRESULT put_MaximumSliverSize(
System.Int32* pMaxSliverSize
);
[C++] Parameters pMaxSliverSize [in]
pMaxSliverSize is a parameter of type long pMaxSliverSize [out, retval]
pMaxSliverSize is a parameter of type long*