C#
VB
Java
Objective-C
WinRT C#
C++
(Read only) Gets the drawing boundaries.
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();
}
A rectangle that represents the drawing boundaries.
For an example, refer to AutoZoningCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET