LayoutEditor.DesktopToDevice(Point) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual System::Drawing::Point DesktopToDevice(System::Drawing::Point point);
public System.Drawing.Point DesktopToDevice (System.Drawing.Point point);
abstract member DesktopToDevice : System.Drawing.Point -> System.Drawing.Point
override this.DesktopToDevice : System.Drawing.Point -> System.Drawing.Point
Public Function DesktopToDevice (point As Point) As Point
Parameters
- point
- Point