←Select platform

ToSize Method

Summary

Returns the Leadtools.LeadSize of the LogicalSize, converted to its equivalent values measured in Leadtools.Forms.LogicalUnit.Pixel.

Syntax

C#
VB
C++
public LeadSize ToSize( 
   double dpiX, 
   double dpiY 
) 
  
Public Function ToSize( _ 
   ByVal dpiX As Double, _ 
   ByVal dpiY As Double _ 
) As Leadtools.LeadSize 
public: 
Leadtools.LeadSize ToSize(  
   double dpiX, 
   double dpiY 
)  

Parameters

dpiX
Represents the DPI along the x-axis (Width) of the output Leadtools.LeadSize.

dpiY
Represents the DPI along the y-axis (Height) of the output Leadtools.LeadSize.

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