Monobjc.AppKit.NSEdgeInsets64.NSEdgeInsets64 C# (CSharp) Method

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
		public NSEdgeInsets64 (CGFloat top, CGFloat left, CGFloat bottom, CGFloat right)
		{
			this.top = top;
			this.left = left;
			this.bottom = bottom;
			this.right = right;
		}
NSEdgeInsets64