←Select platform

LogicalRectangle Constructor(LogicalPoint,LogicalSize)

Summary

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

Syntax

C#
VB
C++
  
Public Function New( _ 
   ByVal location As Leadtools.Forms.LogicalPoint, _ 
   ByVal size As Leadtools.Forms.LogicalSize _ 
) 
public: 
LogicalRectangle(  
   Leadtools.Forms.LogicalPoint location, 
   Leadtools.Forms.LogicalSize size 
) 

Parameters

location
The coordinates of the upper-left corner of the rectangle.

size
The width and height of the rectangle.

Remarks

The location and size units should be equal. If they are different the size will be converted to location's unit of measurement. The new rectangle will have the same units as location.

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