Table of Contents

Struct MswUtils.NativeMethods.SmallPoint

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Represents X and Y coordinates.

public struct MswUtils.NativeMethods.SmallPoint

Constructors

SmallPoint(short, short)

Initializes a new instance of the MswUtils.NativeMethods.SmallPoint struct.

Fields

X

Get or sets X coordinate.

Y

Get or sets Y coordinate.