'Declaration Public Function New( _
ByVal cursorThe cursor of interaction area.As System.String, _
ByVal interactionNameA name of interaction.As System.Windows.Input.Cursor _
)
public WpfInteractionRectangularPoint(
System.String cursor,
System.Windows.Input.Cursor interactionName
)
public: WpfInteractionRectangularPoint(
System.String cursor,
System.Windows.Input.Cursor* interactionName
)
public:
WpfInteractionRectangularPoint(
System.String cursor,
System.Windows.Input.Cursor^ interactionName
)
Parameters
- cursor
- The cursor of interaction area.
- interactionName
- A name of interaction.