XuniCircleArea Class Reference

Inherits from NSObject
Conforms to IXuniHitArea
Declared in HitTester.h

Overview

XuniCircleArea Class.

  tag

Gets or sets the tag of area.

@property NSObject *tag

Discussion

Gets or sets the tag of area.

Declared In

HitTester.h

  center

Gets the center of circle area.

@property (readonly) XuniPoint *center

Discussion

Gets the center of circle area.

Declared In

HitTester.h

– init:radius:

Initialize an object for XuniCircleArea.

- (id)init:(XuniPoint *)center radius:(double)radius

Parameters

center

the center of the area.

radius

the radius of the area.

Return Value

return an object for XuniCircleArea.

Discussion

Initialize an object for XuniCircleArea.

Declared In

HitTester.h