XuniPoint Class Reference

Inherits from NSObject
Declared in Drawing.h

Overview

Class XuniPoint.

  x

Gets or sets the x value of the XuniPoint.

@property double x

Discussion

Gets or sets the x value of the XuniPoint.

Declared In

Drawing.h

  y

Gets or sets the y value of the XuniPoint.

@property double y

Discussion

Gets or sets the y value of the XuniPoint.

Declared In

Drawing.h

– init

Initialize an object for XuniPoint.

- (id)init

Return Value

return an object of XuniPoint.

Discussion

Initialize an object for XuniPoint.

Declared In

Drawing.h

– initX:Y:

Initialize an object for XuniPoint with x value and y value.

- (id)initX:(double)x Y:(double)y

Parameters

x

the x coordinate.

y

the y coordinate.

Return Value

return an object of XuniPoint.

Discussion

Initialize an object for XuniPoint with x value and y value.

Declared In

Drawing.h

– clone

Clone an object of XuniPoint.

- (id)clone

Return Value

return an object of XuniPoint.

Discussion

Clone an object of XuniPoint.

Declared In

Drawing.h

– isEqual:

Judge whether the two points are equal.

- (BOOL)isEqual:(XuniPoint *)other

Parameters

other

the other point.

Return Value

return a boolean value.

Discussion

Judge whether the two points are equal.

Declared In

Drawing.h