This document is archived and information here might be outdated. Recommended version. |
Refresh the last update.
[Visual Basic .NET]
Public Sub Refresh ( _
ByVal hdc As Integer _
)
[C#]
public void Refresh (
int hdc
);
[C++]
HRESULT Refresh(
OLE_HANDLE hdc
);
[C++] Parameters hdc [in]
hdc is a parameter of type OLE_HANDLE
A call to Refresh invalidates the previous location of the SnapTip and the snap symbol, and draws the new feedback. When a tool is utilizing the snapping environment, ISnappingFeedback.Refresh() should be called in the tool�s refresh method.