LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

BoundsToDraw Property

Show in webframe







(Read only) Gets the drawing boundaries.
Syntax
public IList<LeadRect> BoundsToDraw {get;}
'Declaration
 
Public ReadOnly Property BoundsToDraw As IList(Of LeadRect)
'Usage
 
Dim instance As LeadZoneTableData
Dim value As IList(Of LeadRect)
 
value = instance.BoundsToDraw

            

            
 get_BoundsToDraw(); 
public:
property IList<LeadRect>^ BoundsToDraw {
   IList<LeadRect>^ get();
}

Property Value

A rectangle that represents the drawing boundaries.
Example
For an example, refer to AutoZoningCommand.
Requirements

Target Platforms

See Also

Reference

LeadZoneTableData Class
LeadZoneTableData Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.