Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Barcode Namespace > BarcodeData Class : Rect Property |
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)] public virtual LeadRectD Rect {get; set;}
'Declaration
<DataMemberAttribute(Name="bounds", IsNameSetExplicitly=True)> Public Overridable Property Rect As LeadRectD
'Usage
Dim instance As BarcodeData Dim value As LeadRectD instance.Rect = value value = instance.Rect
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)] public virtual LeadRectD Rect {get; set;}
DataMemberAttribute(Name="bounds", IsNameSetExplicitly=) <br/>get_Rect();<br/>set_Rect(value);<br/>Object.defineProperty('Rect');
[DataMemberAttribute(Name="bounds", IsNameSetExplicitly=true)] public: virtual property LeadRectD Rect { LeadRectD get(); void set ( LeadRectD value); }
Rect contains the same value of Bounds but is always in pixels. Setting one value will change the other accordingly. Rect is used internally by LEADTOOLS for JSON serialization purposes.