←Select platform

Point1 Property

Summary

Gets or sets the location of the first point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public Point Point1 {get; set;} 
Public Property Point1 As Point 
public Point Point1 {get; set;} 
@property (nonatomic, assign) CGPoint point1 
public PointF getPoint1() 
public void setPoint1(PointF point) 
             
  
get_Point1(); 
set_Point1(value); 
Object.defineProperty('Point1');  

Property Value

The location of the first 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)