C# Класс Monobjc.Foundation.NSRect64

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
origin NSPoint64
size NSSize64

Открытые методы

Метод Описание
NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System

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

NSRect64 ( NSPoint64 origin, NSSize64 size ) : System

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

Описание методов

NSRect64() публичный Метод

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( CGFloat x, CGFloat y, CGFloat width, CGFloat height ) : System
x Monobjc.ApplicationServices.CGFloat The x.
y Monobjc.ApplicationServices.CGFloat The y.
width Monobjc.ApplicationServices.CGFloat The width.
height Monobjc.ApplicationServices.CGFloat The height.
Результат System

NSRect64() публичный Метод

Initializes a new instance of the Monobjc.Foundation.NSRect64 struct.
public NSRect64 ( NSPoint64 origin, NSSize64 size ) : System
origin NSPoint64 The origin.
size NSSize64 The size.
Результат System

Описание свойств

origin публичное свойство

The origin of the rectangle (its starting x coordinate and y coordinate).
public NSPoint64,Monobjc.Foundation origin
Результат NSPoint64

size публичное свойство

The width and height of the rectangle, as measured from the origin.
public NSSize64,Monobjc.Foundation size
Результат NSSize64