MonobjcMonobjc Documented Class Library
NSRect64 Constructor (x, y, width, height)
NamespacesMonobjc.FoundationNSRect64NSRect64(Double, Double, Double, Double)
Initializes a new instance of the NSRect64 struct.
Declaration Syntax
C#Visual BasicVisual C++
public NSRect64(
	double x,
	double y,
	double width,
	double height
)
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double _
)
public:
NSRect64(
	double x, 
	double y, 
	double width, 
	double height
)
Parameters
x (Double)
The x.
y (Double)
The y.
width (Double)
The width.
height (Double)
The height.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)