'Declaration
Public Overloads Shared Function GetPosition( _ ByVal args As MouseEventArgs, _ ByVal relativeTo As ComponentBase _ ) As C1Point
public static C1Point GetPosition( MouseEventArgs args, ComponentBase relativeTo )
Parameters
- args
- The OriginalEventArgs instance containing the manipulation data.
- relativeTo
- Any visual object that is connected to the same object tree. To specify the object relative to the overall coordinate system, use a relativeTo value of null.