C# Class Monobjc.ApplicationServices.CGSize64

Afficher le fichier Open project: Monobjc/monobjc Class Usage Examples

Méthodes publiques

Свойство Type Description
height double
width double

Méthodes publiques

Méthode Description
CGSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices

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

Method Details

CGSize64() public méthode

Initializes a new instance of the Monobjc.ApplicationServices.CGSize64 struct.
public CGSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices
width CGFloat The width.
height CGFloat The height.
Résultat System.Runtime.InteropServices

Property Details

height public_oe property

The height.
public double height
Résultat double

width public_oe property

The width.
public double width
Résultat double