←Select platform

LeadRectD Structure

Summary

Describes the width, height, and location of a rectangle in double numbers.

Syntax
C#
VB
Objective-C
C++
Java
[SerializableAttribute()] 
[DataContractAttribute(Name="LeadRectD")] 
public struct LeadRectD 
<DataContractAttribute(Name="LeadRectD", IsNameSetExplicitly=True)> 
<TypeConverterAttribute("Leadtools.LeadRectDConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")> 
<SerializableAttribute()> 
Public Structure LeadRectD  
   Inherits System.ValueType 
   Implements System.IFormattable  
typedef struct LeadRectD 
public final class LeadRectD implements Serializable 
[DataContractAttribute(Name="LeadRectD", IsNameSetExplicitly=true)] 
[TypeConverterAttribute("Leadtools.LeadRectDConverter, Leadtools, Version=19.0.4.0, Culture=neutral, PublicKeyToken=null")] 
[SerializableAttribute()] 
public value class LeadRectD : public System.ValueType, System.IFormattable   

Remarks

The LeadRectD structure specifies a platform-independent representation of a rectangle with double precision floating values

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