NSRectMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSRectMBS class.

NSRectMBS.Handle as Ptr

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 16.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The pointer to the internal data structure.

May be useful for passing to declares requiring a NSRect*.
Size of structure is 16 bytes for 32-bit (four singles) and 32 bytes for 64-bit (four doubles).
(Read only property)

NSRectMBS.Height as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The height of this rectangle.

(Read and Write property)

NSRectMBS.IsEmpty as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.6 ✅ Yes ❌ No ❌ No ✅ Yes All
Whether the rectangle is empty.

(Read only property)

NSRectMBS.MaxX as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns maximum x coordinate.

return x + width.
(Read only property)

NSRectMBS.MaxY as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns maximum y coordinate.

return y + height.
(Read only property)

NSRectMBS.MidX as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns center x coordinate.

(Read only property)

NSRectMBS.MidY as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns center y coordinate.

(Read only property)

NSRectMBS.MinX as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns x coordinate.

(Read only property)

NSRectMBS.MinY as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 17.3 ✅ Yes ❌ No ❌ No ✅ Yes All
Returns y coordinate.

(Read only property)

NSRectMBS.Origin as NSPointMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The origin of the rectangle.

(Read and Write property)

NSRectMBS.Size as NSSizeMBS

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The size of the rectangle.

(Read and Write property)

NSRectMBS.Width as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The width of this rectangle.

(Read and Write property)

NSRectMBS.X as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The horizontal coordinate.

(Read and Write property)

NSRectMBS.Y as Double

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Cocoa MBS Main Plugin 9.1 ✅ Yes ❌ No ❌ No ✅ Yes All
The vertical coordinate.

(Read and Write property)

The items on this page are in the following plugins: MBS Main Plugin.


💬 Ask a question or report a problem