←Select platform

LogicalRectangle Structure

Summary

Stores four floating-point numbers and a unit of measurement that represent the coordinates and size of a rectangle (X, Y, Width, and Height).

Syntax

C#
VB
C++
[SerializableAttribute()] 
[DataContractAttribute(Name="LogicalRectangle")] 
public struct LogicalRectangle 
  
<DataContractAttribute("LogicalRectangle")> 
<SerializableAttribute()> 
Public Structure LogicalRectangle  
   Inherits System.ValueType 
[DataContractAttribute("LogicalRectangle")] 
[SerializableAttribute()] 
public value class LogicalRectangle : public System.ValueType  

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