←Select platform

LeadRect Constructor(LeadPoint,LeadSize)

Summary

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

Syntax
C#
VB
C++
Java
Public Function New( _ 
   ByVal location As LeadPoint, _ 
   ByVal size As LeadSize _ 
) 
public LeadRect(LeadPoint location, LeadSize size) 
public: 
LeadRect(  
   LeadPoint location, 
   LeadSize size 
) 

Parameters

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

size
The width and height of the rectangle.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly