'Declaration Public Function New( _
ByVal interactiveObjectAn interactive object which must be controlled by this controller.As IWpfScrollableInteractiveObject, _
ByVal scrollAccuracyFactorThe accuracy factor of object scrolling.As Double _
)
public WpfScrollableInteractiveObjectTransformer(
IWpfScrollableInteractiveObject interactiveObject,
double scrollAccuracyFactor
)
public: WpfScrollableInteractiveObjectTransformer(
IWpfScrollableInteractiveObject* interactiveObject,
double scrollAccuracyFactor
)
public:
WpfScrollableInteractiveObjectTransformer(
IWpfScrollableInteractiveObject^ interactiveObject,
double scrollAccuracyFactor
)
Parameters
- interactiveObject
- An interactive object which must be controlled by this controller.
- scrollAccuracyFactor
- The accuracy factor of object scrolling.