←Select platform

LogicalLength Constructor(double,LogicalUnit)

Summary

Initializes a new LogicalLength class object with explicit parameters.

Syntax

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

Parameters

value
Specifies the length of the LogicalLength.

unit
Specifies the unit of measurement of the LogicalLength.

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