←Select platform

BoundsToDraw Property

Summary

(Read only) Gets the drawing boundaries.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public IList<LeadRect> BoundsToDraw {get;}
Public ReadOnly Property BoundsToDraw As IList(Of LeadRect)
public Windows.Foundation.Collections.IVector //In WinRT the IList interface is replaced by IVector<LeadRect> BoundsToDraw {get;}
@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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize