NSRulerMarker Constructors
Definition
Overloads
NSRulerMarker()
[Foundation.Export("init")]
public NSRulerMarker ();
- Attributes
-
NSRulerMarker(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSRulerMarker (Foundation.NSCoder coder);
new AppKit.NSRulerMarker : Foundation.NSCoder -> AppKit.NSRulerMarker
Parameters
- Attributes
-
NSRulerMarker(NSObjectFlag)
protected NSRulerMarker (Foundation.NSObjectFlag t);
new AppKit.NSRulerMarker : Foundation.NSObjectFlag -> AppKit.NSRulerMarker
Parameters
NSRulerMarker(IntPtr)
protected internal NSRulerMarker (IntPtr handle);
new AppKit.NSRulerMarker : nativeint -> AppKit.NSRulerMarker
Parameters
NSRulerMarker(NSRulerView, nfloat, NSImage, CGPoint)
[Foundation.Export("initWithRulerView:markerLocation:image:imageOrigin:")]
[ObjCRuntime.DesignatedInitializer]
public NSRulerMarker (AppKit.NSRulerView ruler, nfloat location, AppKit.NSImage image, CoreGraphics.CGPoint imageOrigin);
new AppKit.NSRulerMarker : AppKit.NSRulerView * nfloat * AppKit.NSImage * CoreGraphics.CGPoint -> AppKit.NSRulerMarker
Parameters
- Attributes
-
Applies to