'Declaration Public Function New( _
ByVal interactiveObjectAn interactive object.As IWpfPointBasedInteractiveObject, _
ByVal skewModeA value indicating whether the "skew" transformation mode must be used.As Boolean _
)
public WpfPointBasedObjectDistortionTransformer(
IWpfPointBasedInteractiveObject interactiveObject,
bool skewMode
)
public: WpfPointBasedObjectDistortionTransformer(
IWpfPointBasedInteractiveObject* interactiveObject,
bool skewMode
)
public:
WpfPointBasedObjectDistortionTransformer(
IWpfPointBasedInteractiveObject^ interactiveObject,
bool skewMode
)
Parameters
- interactiveObject
- An interactive object.
- skewMode
- A value indicating whether the "skew" transformation mode must be used.