MonobjcMonobjc Documented Class Library
AlignmentRect Property
NamespacesMonobjc.AppKitNSImageAlignmentRect

Returns alignment metadata that your code can use to position the image during layout.

Original signature is '- (NSRect)alignmentRect'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRect AlignmentRect { get; set; }
Public Overridable Property AlignmentRect As NSRect
	Get
	Set
public:
virtual property NSRect AlignmentRect {
	NSRect get ();
	void set (NSRect 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)