StatusBarItemPointToClient Method
 | 
Namespace:  Bricscad.Windows
Assembly:  BrxMgd (in BrxMgd.dll) Version:
21.0.0.15598
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
 
- Type: SystemValueType
 
Return Value
Type: 
ValueType 
See Also