NSRulerMarker Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NSRulerMarker() | |
NSRulerMarker(NSCoder) | |
NSRulerMarker(NSObjectFlag) | |
NSRulerMarker(IntPtr) | |
NSRulerMarker(NSRulerView, nfloat, NSImage, CGPoint) |
NSRulerMarker()
NSRulerMarker(NSCoder)
[Foundation.Export("initWithCoder:")]
[ObjCRuntime.DesignatedInitializer]
public NSRulerMarker (Foundation.NSCoder coder);
new AppKit.NSRulerMarker : Foundation.NSCoder -> AppKit.NSRulerMarker
Parameters
- coder
- NSCoder
- Attributes
Applies to
NSRulerMarker(NSObjectFlag)
protected NSRulerMarker (Foundation.NSObjectFlag t);
new AppKit.NSRulerMarker : Foundation.NSObjectFlag -> AppKit.NSRulerMarker
Parameters
Applies to
NSRulerMarker(IntPtr)
protected internal NSRulerMarker (IntPtr handle);
new AppKit.NSRulerMarker : nativeint -> AppKit.NSRulerMarker
Parameters
- handle
-
IntPtr
nativeint
Applies to
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
- ruler
- NSRulerView
- location
- nfloat
- image
- NSImage
- imageOrigin
- CGPoint
- Attributes