C# Class Monobjc.AppKit.NSEdgeInsets64

Mostrar archivo Open project: Monobjc/monobjc

Public Properties

Property Type Description
bottom double
left double
right double
top double

Public Methods

Method Description
NSEdgeInsets64 ( CGFloat top, CGFloat left, CGFloat bottom, CGFloat right ) : System.Runtime.InteropServices

Initializes a new instance of the NSEdgeInsets64 struct.

Method Details

NSEdgeInsets64() public method

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.
return System.Runtime.InteropServices

Property Details

bottom public_oe property

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

public double bottom
return double

left public_oe property

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

public double left
return double

right public_oe property

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

public double right
return double

top public_oe property

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

public double top
return double