←Select platform

LogicalRectangle Constructor(double,double,double,double,LogicalUnit)

Summary

Initializes a new instance of the LogicalRectangle class with the specified location, size, and unit.

Syntax

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

Parameters

x
The x-coordinate of the upper-left corner of the LogicalRectangle.

y
The y-coordinate of the upper-left corner of the LogicalRectangle.

width
The width of the LogicalRectangle.

height
The height of the LogicalRectangle.

unit
Specifies the unit of measurement of the LogicalRectangle.

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