←Select platform

LogicalSize Constructor(LogicalPoint)

Summary

Initializes a new LogicalSize class object with explicit LogicalPoint parameters.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal pt As Leadtools.Forms.LogicalPoint _ 
) 
public: 
LogicalSize(  
   Leadtools.Forms.LogicalPoint pt 
) 

Parameters

pt
LogicalPoint specifies the width, height, and the unit of measurement of the LogicalSize through its X-componenet, Y-component, and LogicalUnit, respectively.

Remarks

The unit will be set to the Default(Pixel).

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