NSPointMBS class
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
NSPointMBS class
A Xojo class for the point structure in Cocoa.
- 3 properties
- property Handle as Ptr
- property X as Double
- property Y as Double
- 7 methods
- shared method Zero as NSPointMBS
This class has no sub classes.
Some useful global functions for this class:
Some methods using this class:
- MAAttachedWindowMBS.Constructor(view as NSViewMBS, point as NSPointMBS = nil, window as NSWindowMBS = nil, onSide as Integer = 12, distance as Double = 0.0)
- NSBezierPathMBS.lineToPoint(p as NSPointMBS)
- NSCoderMBS.decodePoint(key as string) as NSPointMBS
- NSGraphicsMBS.strokeLine(point1 as NSPointMBS, point2 as NSPointMBS)
- NSLayoutManagerMBS.glyphIndexForPoint(point as NSPointMBS, container as NSTextContainerMBS, byref partialFraction as Double) as Integer
- NSScrollerMBS.testPart(p as NSPointMBS) as Integer
- NSSpellCheckerMBS.menuForResult(TextCheckingResult as NSTextCheckingResultMBS, checkedString as string, options as Dictionary = nil, atLocation as NSPointMBS, view as NSViewMBS) as NSMenuMBS
- NSTextContainerMBS.containsPoint(p as NSPointMBS) as boolean
- NSTouchMBS.locationInView(View as NSViewMBS) as NSPointMBS
- NSTouchMBS.previousLocationInView(View as NSViewMBS) as NSPointMBS
Some properties using for this class:
Some events using this class:
- CustomNSScrollerMBS.draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- CustomNSSearchFieldMBS.draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- CustomNSTextFieldMBS.draggingSessionEndedAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, operation as Integer)
- CustomNSTextFieldMBS.draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- CustomNSTextViewMBS.draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- CustomPDFViewMBS.draggingSessionMovedToPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- CustomPDFViewMBS.draggingSessionWillBeginAtPoint(session as NSDraggingSessionMBS, screenPoint as NSPointMBS)
- DesktopNSTableControlMBS.draggingSessionWillBegin(session as NSDraggingSessionMBS, screenPoint as NSPointMBS, rowIndexes as NSIndexSetMBS)
- NSViewTooltipMBS.stringForToolTip(point as NSPointMBS) as string
- NSWindowDelegateMBS.shouldDragDocumentWithEvent(win as NSWindowMBS, evnt as NSEventMBS, dragImageLocation as NSPointMBS, pasteboard as Variant) as boolean
Some examples using this class:
Blog Entries
The items on this page are in the following plugins: MBS Main Plugin.
NSPipeMBS
-
NSPopoverMBS