C# 클래스 Monobjc.AppKit.NSEdgeInsets64

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
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