Class YMKScreenPoint

A point on the device screen.

Class Methods

Properties

x

The horizontal position of the point in pixels from the left screen border.

y

The vertical position of the point in pixels from the top screen border.

x

The horizontal position of the point in pixels from the left screen border.

y

The vertical position of the point in pixels from the top screen border.

Method Detail

+screenPointWithX:y:

+ (nonnull YMKScreenPoint *)screenPointWithX:(float)x
                                           y:(float)y 

Property Detail

x

(assign, readonly) float x

The horizontal position of the point in pixels from the left screen border.

y

(assign, readonly) float y

The vertical position of the point in pixels from the top screen border.