MonobjcMonobjc Documented Class Library
PatternPhase Property
NamespacesMonobjc.AppKitNSGraphicsContextPatternPhase

Returns the amount to offset the pattern color when filling the receiver.

Original signature is '- (NSPoint)patternPhase'

Available in Mac OS X v10.2 and later.

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