====== ThinkGeo.MapSuite.Shapes.DrawingRectangleF ====== ===== Inheritance Hierarchy ===== *System.Object *System.ValueType ***ThinkGeo.MapSuite.Shapes.DrawingRectangleF** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} DrawingRectangleF(Single,Single,Single,Single) ** * //This method represents the constructor that should be used to create the structure.// == Remarks == * //N/A// == Parameters == * //centerX// * Type:Single * Description:This parameter represents the center horizontal value of the rectangle. * //centerY// * Type:Single * Description:This parameter represents the center vertical value of the rectangle. * //width// * Type:Single * Description:This parameter represents the width of the rectangle. * //height// * Type:Single * Description:This parameter represents the height of the rectangle.
** {{wiki:PublicMethod.gif|}} DrawingRectangleF(Single,Single,Single,Single,DrawingRectangleAnchorReference) ** * //N/A// == Remarks == * //N/A// == Parameters == * //anchorPointX// * Type:Single * Description:N/A * //anchorPointY// * Type:Single * Description:N/A * //width// * Type:Single * Description:N/A * //height// * Type:Single * Description:N/A * //anchorReference// * Type:[[ThinkGeo.MapSuite.Shapes.DrawingRectangleAnchorReference|DrawingRectangleAnchorReference]] * Description:N/A
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //None// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //None// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} CenterX ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} CenterY ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Width ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} Height ** * //N/A// == Remarks == * //None// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} MinimumX ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} MinimumY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} MaximumX ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ** {{wiki:PublicProperty.gif|}} MaximumY ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Single ==== Protected Properties ==== ==== Public Events ====