public Point Point2 {get; set;}
Public Property Point2 As Point
public Point Point2 {get; set;}
@property (nonatomic) CGPoint point2;
public PointF getPoint2() public void setPoint2(PointF point)
get_Point2();
set_Point2(value);
Object.defineProperty('Point2');
For an example, refer to ImageViewerRubberBandInteractiveMode.