MonobjcMonobjc Documented Class Library
ImageOrigin Property
NamespacesMonobjc.AppKitNSRulerMarkerImageOrigin

Returns the point in the receiver’s image positioned at the receiver’s location on the ruler view.

Original signature is '- (NSPoint)imageOrigin'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSPoint ImageOrigin { get; set; }
Public Overridable Property ImageOrigin As NSPoint
	Get
	Set
public:
virtual property NSPoint ImageOrigin {
	NSPoint get ();
	void set (NSPoint value);
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)