←Select platform

ToPoint Method

Summary

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

Syntax

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

Parameters

dpiX
Represents the DPI along the x-axis of the output Leadtools.LeadPoint.

dpiY
Represents the DPI along the y-axis of the output Leadtools.LeadPoint.

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