MonobjcMonobjc Documented Class Library
Matrix Property
NamespacesMonobjc.AppKitNSFontDescriptorMatrix

Returns the current transform matrix of the receiver.

Original signature is '- (NSAffineTransform *)matrix'

Available in Mac OS X v10.4 and later.

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