HtmlControlDragTo Method (OffsetReference, Int32, Int32, Rectangle, OffsetReference, Int32, Int32)

Progress Software Corporation - Testing Framework 2018.1 Automation Infrastructure
Drag this HtmlControl from a source offset to an X/Y offset from the source.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2018.1.116.0 (2018.1.116.0)
Syntax

public virtual void DragTo(
	OffsetReference sourceOffsetReference,
	int sourceOffsetX,
	int sourceOffsetY,
	Rectangle destinationRectangle,
	OffsetReference destinationOffsetReference,
	int destinationOffsetX,
	int destinationOffsetY
)

Parameters

sourceOffsetReference
Type: ArtOfTest.CommonOffsetReference
The source offset reference.
sourceOffsetX
Type: SystemInt32
The X offset from the source. May be positive or negative.
sourceOffsetY
Type: SystemInt32
The Y offset from the source. May be positive or negative.
destinationRectangle
Type: System.DrawingRectangle
destinationOffsetReference
Type: ArtOfTest.CommonOffsetReference
The destination rectangle reference.
destinationOffsetX
Type: SystemInt32
The X offset from the destination.
destinationOffsetY
Type: SystemInt32
The Y offset from the destination.
See Also

Reference