←Select platform

LogicalSize Constructor(double,double,LogicalUnit)

Summary

Initializes a new LogicalSize class object with explicit parameters.

Syntax

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

Parameters

width
Specifies the width of the LogicalSize.

height
Specifies the height of the LogicalSize.

unit
Specifies the unit of measurement of the LogicalSize.

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