C# Класс Monobjc.AppKit.NSEdgeInsets64

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

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

Свойство Тип Описание
bottom double
left double
right double
top double

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

Метод Описание
NSEdgeInsets64 ( CGFloat top, CGFloat left, CGFloat bottom, CGFloat right ) : System.Runtime.InteropServices

Initializes a new instance of the NSEdgeInsets64 struct.

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

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

Initializes a new instance of the NSEdgeInsets64 struct.
public NSEdgeInsets64 ( CGFloat top, CGFloat left, CGFloat bottom, CGFloat right ) : System.Runtime.InteropServices
top Monobjc.ApplicationServices.CGFloat The top.
left Monobjc.ApplicationServices.CGFloat The left.
bottom Monobjc.ApplicationServices.CGFloat The bottom.
right Monobjc.ApplicationServices.CGFloat The right.
Результат System.Runtime.InteropServices

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

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

The distance from the bottom of the source rectangle to the bottom of the result rectangle.

public double bottom
Результат double

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

The distance from the left side of the source rectangle to the left side of the result rectangle.

public double left
Результат double

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

The distance from the right side of the source rectangle to the right side of the result rectangle.

public double right
Результат double

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

The distance from the top of the source rectangle to the top of the result rectangle.

public double top
Результат double