C# Class Monobjc.ApplicationServices.CGPoint64

Mostra file Open project: Monobjc/monobjc Class Usage Examples

Public Properties

Property Type Description
x double
y double

Public Methods

Method Description
CGPoint64 ( CGFloat x, CGFloat y ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.ApplicationServices.CGPoint64 struct.

Method Details

CGPoint64() public method

Initializes a new instance of the Monobjc.ApplicationServices.CGPoint64 struct.
public CGPoint64 ( CGFloat x, CGFloat y ) : System.Runtime.InteropServices
x CGFloat The x.
y CGFloat The y.
return System.Runtime.InteropServices

Property Details

x public_oe property

The x coordinate.
public double x
return double

y public_oe property

The y coordinate.
public double y
return double