ApplicationToSystemWindowsSize
Method
|
Namespace: Bricscad.ApplicationServices
Assembly: BrxMgd (in BrxMgd.dll) Version:
24.0.1.0
Syntax
public static Size ToSystemWindowsSize(
Size point
)
Public Shared Function ToSystemWindowsSize (
point As Size
) As Size
public:
static Size ToSystemWindowsSize(
Size point
)
static member ToSystemWindowsSize :
point : Size -> Size
Parameters
- point Size
-
Return Value
Size
See Also