StatusBarItemPointToClient Method
|
Namespace: Bricscad.Windows
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public ValueType PointToClient(
ValueType p
)
Public Function PointToClient (
p As ValueType
) As ValueType
public:
ValueType^ PointToClient(
ValueType^ p
)
member PointToClient :
p : ValueType -> ValueType
Parameters
- p ValueType
-
Return Value
ValueType
See Also