Cuminas DjVu SDK for .NET Framework
GetTextZonesIntersectWithRect Method



Syntax
Public Function GetTextZonesIntersectWithRect( _
   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.GetTextZonesIntersectWithRect(rect, type)
public TextZoneCollection GetTextZonesIntersectWithRect( 
   Rectangle rect,
   TextZoneType type
)
public:
TextZoneCollection^ GetTextZonesIntersectWithRect( 
   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