MonobjcMonobjc Documented Class Library
ImageSize Property
NamespacesMonobjc.QuartzIKImageViewImageSize

Returns the size of the image in the image view.

Original signature is '- (NSSize)imageSize'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSSize ImageSize { get; }
Public Overridable ReadOnly Property ImageSize As NSSize
	Get
public:
virtual property NSSize ImageSize {
	NSSize get ();
}
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.Quartz (Module: Monobjc.Quartz)