NSEqualPoints
Returns a Boolean value that indicates whether two points are equal.
2つの地点が等しいかどうかを指し示すブール値を返します。
NSMakePoint
Creates a new
NSPoint
from the specified values.
新しいNSPoint
をこの指定された値から作成します。
NSPointFromString
Returns a point from a text-based representation.
テキストに基づく表現から、ある点を返します。
NSStringFromPoint
Returns a string representation of a point.
ある点の文字列表現を返します。
NSPointFromCGPoint
Returns an
NSPoint
typecast from a CGPoint
.
CGPoint
から型キャストされたNSPoint
を返します。