Class YMKXYPoint

World coordinates.

Class Methods

Properties

x

The horizontal position of the point.

y

The vertical position of the point.

x

The horizontal position of the point.

y

The vertical position of the point.

Method Detail

+xYPointWithX:y:

+ (nonnull YMKXYPoint *)xYPointWithX:(double)x
                                   y:(double)y 

Property Detail

x

(assign, readonly) double x

The horizontal position of the point.

y

(assign, readonly) double y

The vertical position of the point.