Version

SelectRange Method (XamDiagramProxy)

Select all the diagram items inside a rectangle range
Syntax
'Declaration
 
Public Sub SelectRange( _
   ByVal dXLeft As System.Double, _
   ByVal dYTop As System.Double, _
   ByVal dWidth As System.Double, _
   ByVal dHeight As System.Double _
) 
public void SelectRange( 
   System.double dXLeft,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
)
public: void SelectRange( 
   System.double dXLeft,
   System.double dYTop,
   System.double dWidth,
   System.double dHeight
) 

Parameters

dXLeft
Double value representing the left edge
dYTop
Double value representing the top edge
dWidth
Double value representing the width of the rectangle of the range
dHeight
Double value representing the height of the rectangle of the range
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