MonobjcMonobjc Documented Class Library
EndPoint Property
NamespacesMonobjc.QuartzCoreCAGradientLayerEndPoint

The end point of the gradient when drawn in the layer’s coordinate space. Animatable.

Original signature is '@property CGPoint endPoint'

Available in Mac OS X v10.6 and later.

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

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