This topic has not yet been rated - Rate this topic

DropTargetContext.GetDropLocation Method

Gets the drop location from the specified transaction.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
public static PointD GetDropLocation(
	Transaction transaction
)

Parameters

transaction
Type: Microsoft.VisualStudio.Modeling.Transaction

The transaction to check for the drop target context.

The drop location returned is the value saved to the specified transaction by an earlier call to the static method AddDropTargetContext.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.