←Select platform

LogicalRectangle Constructor(LeadRect)

Summary

Initializes a new instance of the LogicalRectangle class with the specified rect.

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal rect As Leadtools.LeadRect _ 
) 
public: 
LogicalRectangle(  
   Leadtools.LeadRect rect 
) 

Parameters

rect
The location and size of the rectangle measured in Leadtools.Forms.LogicalUnit.Pixel.

Remarks

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

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