DTwainRange::operator DTWAIN_RANGE

Top  Previous  Next

Syntax

operator DTWAIN_RANGE( );

 

Return Value

Returns the DTWAIN_RANGE that the DTwainRange object represents.

 

Comments

Use this operator to call DTWAIN API functions that use a DTWAIN_RANGE .  For example:

 

DTwainLongRange Range(-10, 10, 2, 0,0 );

DTwainLongArray Array = ::DTWAIN_RangeExpand( Range );