←Select platform

Point2 Property

Summary

Gets or sets the location of the second point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Point Point2 {get; set;} 
Public Property Point2 As Point 
public Point Point2 {get; set;} 
@property (nonatomic, assign) CGPoint point2 
public PointF getPoint2() 
public void setPoint2(PointF point) 
             
  
get_Point2(); 
set_Point2(value); 
Object.defineProperty('Point2');  

Property Value

The location of the second point.

Example

For an example, refer to ImageViewerRubberBandInteractiveMode.

Requirements

Target Platforms

Help Version 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly (WinRT / WPF / iOS / OS X / Android)