Leadtools Send comments on this topic. | Back to Introduction - All Topics | Help Version 15.3.5
CalculateRegionMaximumClipSegments Method
See Also 
Leadtools Namespace > RasterImage Class : CalculateRegionMaximumClipSegments Method




Gets the number of elements required to hold the clip segments for any row in the region.

Syntax

Visual Basic (Declaration) 
Public Function CalculateRegionMaximumClipSegments() As Integer
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Integer
 
value = instance.CalculateRegionMaximumClipSegments()
C# 
public int CalculateRegionMaximumClipSegments()
Managed Extensions for C++ 
public: int CalculateRegionMaximumClipSegments(); 
C++/CLI 
public:
int CalculateRegionMaximumClipSegments(); 

Return Value

The maximum number of segments in a row within the region.

Example

For an example, refer to GetRegionClipSegments.

Remarks

Use this method in conjunction with GetRegionClipSegments.

For more information, refer to Working with the Existing Region.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also