←Select platform

LogicalPoint Constructor(double,double,LogicalUnit)

Summary

Initializes a new LogicalPoint class object with explicit parameters.

Syntax

C#
VB
C++
public LogicalPoint( 
   double x, 
   double y, 
   LogicalUnit unit 
) 
  
Public Function New( _ 
   ByVal x As Double, _ 
   ByVal y As Double, _ 
   ByVal unit As Leadtools.Forms.LogicalUnit _ 
) 
public: 
LogicalPoint(  
   double x, 
   double y, 
   Leadtools.Forms.LogicalUnit unit 
) 

Parameters

x
Specifies the X-coordinate of the LogicalPoint.

y
Specifies the Y-coordinate of the LogicalPoint.

unit
Specifies the unit of measurement of the LogicalPoint.

Example

For an example, refer to Equals.

Requirements

Target Platforms

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

Leadtools.Forms Assembly