Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BoundsToDraw Property








(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
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *boundsToDraw //LeadRect
public List<LeadRect> getBoundsToDraw()
 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

Error processing SSI file