====== ThinkGeo.Core.ScreenPointF ====== ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.Core.ScreenPointF** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} ScreenPointF(Single,Single) ** * //This constructor allows you to create a screen point by passing in an X & Y.// == Remarks == * //None// == Parameters == * //x// * Type:Single * Description:This parameter represents the horizontal value of a screen point. * //y// * Type:Single * Description:This parameter represents the vertical value of a screen point.
==== Protected Constructors ==== ==== Public Methods ==== ** {{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 == * //None// == Return Value == * Type:Boolean * Description:This method returns the Equals functionality. == Parameters == * //obj// * Type:Object * Description:This parameter is the object you want to check to see if it is equal to the current instance.
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //None// == Return Value == * Type:Int32 * Description:This method returns the hash code. == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * 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|}} X ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Y ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ==== Protected Properties ==== ==== Public Events ====