====== ThinkGeo.UI.Wpf.KeyEventInteractionArguments ====== ===== Inheritance Hierarchy ===== *System.Object ***ThinkGeo.UI.Wpf.KeyEventInteractionArguments** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} KeyEventInteractionArguments() ** * //Constructor of KeyEventInteractionArguments class.// == Remarks == * //If you use this constructor, you have to set its properties manually before use.// == Parameters ==
** {{wiki:PublicMethod.gif|}} KeyEventInteractionArguments(Key,Boolean,Boolean,Boolean) ** * //This is the constructor of this parameter by passing parameters.// == Remarks == * //N/A// == Parameters == * //key// * Type:Key * Description:This parameters indicates the key string used in the events. * //isCtrlKeyPressed// * Type:Boolean * Description:This parameter indicates the CTRIL key is pressed or not. * //isShiftKeyPressed// * Type:Boolean * Description:This parameter indicates the SHIFT key is pressed or not. * //isAltKeyPressed// * Type:Boolean * Description:This parameter indicates the ALT key is pressed or not.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} Key ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Key ** {{wiki:PublicProperty.gif|}} IsCtrlKeyPressed ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsShiftKeyPressed ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} IsAltKeyPressed ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean ** {{wiki:PublicProperty.gif|}} CurrentExtent ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.Core.RectangleShape|RectangleShape]] ** {{wiki:PublicProperty.gif|}} CurrentScale ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Double ==== Protected Properties ==== ==== Public Events ====