Cuminas DjVu SDK for .NET Framework
GetTextZonesWithinRect Method



Syntax
Public Function GetTextZonesWithinRect( _
   ByVal rect As Rectangle, _
   ByVal type As TextZoneType _
) As TextZoneCollection
Dim instance As TextZone
Dim rect As Rectangle
Dim type As TextZoneType
Dim value As TextZoneCollection
 
value = instance.GetTextZonesWithinRect(rect, type)
public TextZoneCollection GetTextZonesWithinRect( 
   Rectangle rect,
   TextZoneType type
)
public:
TextZoneCollection^ GetTextZonesWithinRect( 
   Rectangle rect,
   TextZoneType type
) 

Parameters

rect
type
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

TextZone Class
TextZone Members

Send Feedback