←Select platform

BoundsToDraw Property

Summary
(Read only) Gets the drawing boundaries.
Syntax
C#
VB
Objective-C
C++
Java
public IList<LeadRect> BoundsToDraw { get; } 
Public ReadOnly Property BoundsToDraw As IList(Of LeadRect) 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *boundsToDraw //LeadRect 
public List<LeadRect> getBoundsToDraw() 
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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.