MonobjcMonobjc Documented Class Library
EndPoint Property
NamespacesMonobjc.QuartzPDFAnnotationLineEndPoint

Returns the ending point for the line in page space.

Original signature is '- (NSPoint)endPoint'

Available in Mac OS X v10.4 and later.

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