C# Class Monobjc.Foundation.NSSize64

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
NSSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.

Method Details

NSSize64() public méthode

Initializes a new instance of the Monobjc.Foundation.NSSize64 struct.
public NSSize64 ( CGFloat width, CGFloat height ) : System.Runtime.InteropServices
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.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