Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSRectMBS class.
NSRectMBS.Handle as Ptr
Function:
The pointer to the internal data structure.
Notes:
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)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 16.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
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
Function:
The height of this rectangle.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
NSRectMBS.IsEmpty as boolean
Function:
Whether the rectangle is empty.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.6 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
NSRectMBS.MaxX as Double
Function:
Returns maximum x coordinate.
Notes:
return x + width.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
return x + width.
(Read only property)
NSRectMBS.MaxY as Double
Function:
Returns maximum y coordinate.
Notes:
return y + height.
(Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes:
return y + height.
(Read only property)
NSRectMBS.MidX as Double
Function:
Returns center x coordinate.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
NSRectMBS.MidY as Double
Function:
Returns center y coordinate.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
NSRectMBS.MinX as Double
Function:
Returns x coordinate.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
NSRectMBS.MinY as Double
Function:
Returns y coordinate.
Notes: (Read only property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 17.3 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read only property)
NSRectMBS.Origin as NSPointMBS
Function:
The origin of the rectangle.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
NSRectMBS.Size as NSSizeMBS
Function:
The size of the rectangle.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
NSRectMBS.Width as Double
Function:
The width of this rectangle.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
NSRectMBS.X as Double
Function:
The horizontal coordinate.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
NSRectMBS.Y as Double
Function:
The vertical coordinate.
Notes: (Read and Write property)
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
property | Cocoa | MBS Main Plugin | 9.1 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | All |
Notes: (Read and Write property)
The items on this page are in the following plugins: MBS Main Plugin.
