This document is archived and information here might be outdated. Recommended version. |
The approximation grid size in pixels in output space.
[Visual Basic .NET]
Public Property GridSize As Integer
[C#]
public int GridSize {get; set;}
[C++]
HRESULT get_GridSize(
long pSize
);
[C++]
HRESULT put_GridSize(
System.Int32* pSize
);
[C++] Parameters pSize [in]
pSize is a parameter of type long pSize [out, retval]
pSize is a parameter of type long*