C# Class ThirdParty.iOS4Unity.CGPoint

Datei anzeigen Open project: aws/aws-sdk-net Class Usage Examples

Public Properties

Property Type Description
Empty CGPoint
X float
Y float

Public Methods

Method Description
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

Method Details

Add() public static method

public static Add ( CGPoint pt, CGSize sz ) : CGPoint
pt CGPoint
sz CGSize
return CGPoint

CGPoint() public method

public CGPoint ( float x, float y ) : System
x float
y float
return System

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Subtract() public static method

public static Subtract ( CGPoint pt, CGSize sz ) : CGPoint
pt CGPoint
sz CGSize
return CGPoint

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : CGPoint
return CGPoint

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

public static CGPoint,ThirdParty.iOS4Unity Empty
return CGPoint

X public_oe property

public float X
return float

Y public_oe property

public float Y
return float