PanZoomBaseTexture.ComputePanSpeed(Single, Single, Single) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the pan speed.
public:
override float ComputePanSpeed(float uvCursorPos, float maxSpeed, float minDistFromCenterForAutoPan);
public override float ComputePanSpeed (float uvCursorPos, float maxSpeed, float minDistFromCenterForAutoPan);
override this.ComputePanSpeed : single * single * single -> single
Public Overrides Function ComputePanSpeed (uvCursorPos As Single, maxSpeed As Single, minDistFromCenterForAutoPan As Single) As Single
Parameters
- uvCursorPos
- Single
- maxSpeed
- Single
- minDistFromCenterForAutoPan
- Single