CADability dotNET

Namespace: CADability.UserInterface
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public Rectangle GetBoundsForControl(
	Rectangle position
)
Visual Basic
Public Function GetBoundsForControl ( _
	position As Rectangle _
) As Rectangle
Visual C++
public:
virtual Rectangle GetBoundsForControl(
	Rectangle position
) sealed

Parameters

position
Type: System.Drawing..::..Rectangle

Implements

IPropertyTreeView..::..GetBoundsForControl(Rectangle)

See Also