Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
Syntax
public void SetLocation(
Point value
)
Public Sub SetLocation (
value As Point
)
public:
void SetLocation(
Point value
)
member SetLocation :
value : Point -> unit
Parameters
- value
- Type: System.DrawingPoint
See Also