←Select platform

ToRectangle Method

Summary

Returns a Leadtools.LeadRect that represents this LogicalRectangle structure, converted to its equivalent in Leadtools.Forms.LogicalUnit.Pixel.

Syntax

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

Parameters

dpiX
Represents the DPI along the x-axis.

dpiY
Represents the DPI along the y-axis.

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