Click or drag to resize

POINT Structure

Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional plane.

Namespace:  ShellBoost.Core.WindowsShell
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public struct POINT

The POINT type exposes the following members.

Methods
Fields
  NameDescription
Public fieldx
The x-coordinate of this Point.
Public fieldy
The y-coordinate of this Point.
Top
See Also