Version

SelectRange Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Select all the diagram items inside a rectangle range.", Documentation="Select all the diagram items inside the rectangle ([%a1], [%a2], [%a3], [%a4]).")>
Sub SelectRange( _
   ByVal dXLeft As System.Double, _
   ByVal dYTop As System.Double, _
   ByVal dXWidth As System.Double, _
   ByVal dYHeight As System.Double _
) 
[TypeInfoMethod(Description="Select all the diagram items inside a rectangle range.", Documentation="Select all the diagram items inside the rectangle ([%a1], [%a2], [%a3], [%a4]).")]
void SelectRange( 
   System.double dXLeft,
   System.double dYTop,
   System.double dXWidth,
   System.double dYHeight
)
[TypeInfoMethod(Description="Select all the diagram items inside a rectangle range.", Documentation="Select all the diagram items inside the rectangle ([%a1], [%a2], [%a3], [%a4]).")]
void SelectRange( 
   System.double dXLeft,
   System.double dYTop,
   System.double dXWidth,
   System.double dYHeight
) 

Parameters

dXLeft
dYTop
dXWidth
dYHeight
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also