Managed Windows API
POINT Structure
NamespacesManagedWinapi.WindowsPOINT
Wrapper around the Winapi POINT type.
Declaration Syntax
C#
public struct POINT
Members
All MembersConstructorsMethodsFields



IconMemberDescription
POINT(Int32, Int32)
Creates a new POINT.

Implicit(POINT)
Implicit cast.

Implicit(Point)
Implicit cast.

X
The X Coordinate.

Y
The Y Coordinate.

Assembly: ManagedWinapi (Module: ManagedWinapi) Version: 0.3.0.0 (0.3)