This document is archived and information here might be outdated. Recommended version. |
Invalidates the display and considers a symbol's size in points.
[Visual Basic .NET]
Public Sub InvalidateEx ( _
ByVal screenCache As Short, _
ByVal symSizePoints As Double _
)
[C#]
public void InvalidateEx (
short screenCache,
double symSizePoints
);
[C++]
HRESULT InvalidateEx(
short screenCache,
double symSizePoints
);
[C++] Parameters screenCache [in]
screenCache is a parameter of type short symSizePoints [in]
symSizePoints is a parameter of type double