←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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly