C# Class Monobjc.ApplicationServices.CGVector64

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
x double
y double

Public Methods

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

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

Method Details

CGVector64() public method

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

Property Details

x public property

The x coordinate.
public double x
return double

y public property

The y coordinate.
public double y
return double