C#
VB
Java
Objective-C
WinRT C#
C++
Gets the number of elements required to hold the clip segments for any row in the region.
public int CalculateRegionMaximumClipSegments()
Public Function CalculateRegionMaximumClipSegments() As Integer
public int CalculateRegionMaximumClipSegments()
@property (nonatomic, assign, readonly) NSUInteger maximumClipSegmentsForRegion
public int calculateRegionMaximumClipSegments()
function Leadtools.RasterImage.CalculateRegionMaximumClipSegments()
public:
int CalculateRegionMaximumClipSegments();
The maximum number of segments in a row within the region.
Use this method in conjunction with GetRegionClipSegments.
For more information, refer to Working with the Existing Region.
For an example, refer to GetRegionClipSegments.
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