POINTS Struct
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.
Specifies an x,y pair of reference points.
public value class POINTS
public value class POINTS
struct POINTS
public struct POINTS
type POINTS = struct
Public Structure POINTS
- Inheritance
-
POINTS
Fields
x |
SHORT specifying the x reference point. |
y |
SHORT specifying the y reference point. |