This document is archived and information here might be outdated. Recommended version. |
Draw a fine line showing exactly where objects will snap.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal IsHorizontal As Boolean _ )
[C#] public void Draw ( IDisplay Display, bool IsHorizontal );
[C++]
HRESULT Draw(
IDisplay* Display,
VARIANT_BOOL IsHorizontal
);
[C++] Parameters Display [in]
Display is a parameter of type IDisplay* IsHorizontal [in]
IsHorizontal is a parameter of type bool