C# 클래스 ThirdParty.iOS4Unity.CGPoint

파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Empty CGPoint
X float
Y float

공개 메소드들

메소드 설명
Add ( CGPoint pt, CGSize sz ) : CGPoint
CGPoint ( float x, float y ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
Subtract ( CGPoint pt, CGSize sz ) : CGPoint
ToString ( ) : string
operator ( ) : CGPoint
operator ( ) : bool

메소드 상세

Add() 공개 정적인 메소드

public static Add ( CGPoint pt, CGSize sz ) : CGPoint
pt CGPoint
sz CGSize
리턴 CGPoint

CGPoint() 공개 메소드

public CGPoint ( float x, float y ) : System
x float
y float
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Subtract() 공개 정적인 메소드

public static Subtract ( CGPoint pt, CGSize sz ) : CGPoint
pt CGPoint
sz CGSize
리턴 CGPoint

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : CGPoint
리턴 CGPoint

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

Empty 공개적으로 정적으로 프로퍼티

public static CGPoint,ThirdParty.iOS4Unity Empty
리턴 CGPoint

X 공개적으로 프로퍼티

public float X
리턴 float

Y 공개적으로 프로퍼티

public float Y
리턴 float