This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
thinkgeo.mapsuite.core.drawingrectanglef [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.core.drawingrectanglef [2017/03/16 21:59] (current) |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== ThinkGeo.MapSuite.Core.DrawingRectangleF ====== | ====== ThinkGeo.MapSuite.Core.DrawingRectangleF ====== | ||
- | O:15:"HistoryBlobStub":3:{s:6:"mOldId";s:5:"21709";s:5:"mHash";s:32:"a53dac683a18feb1a93dd3e77c271bc2";s:4:"mRef";s:5:"35352";} | + | {{section>upgrade_map_suite_to_10.0}} |
+ | |||
+ | This structure represents the drawing of a rectangle in screen coordinates. | ||
+ | ===== Inheritance Hierarchy ===== | ||
+ | *System.Object | ||
+ | *System.ValueType | ||
+ | ***ThinkGeo.MapSuite.Core.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. | ||
+ | |||
+ | <div newline></div> | ||
+ | ==== Protected Constructors ==== | ||
+ | ==== Public Methods ==== | ||
+ | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
+ | |||
+ | * //This method is an override of the Equals functionality.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Boolean | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | * //obj// | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** | ||
+ | |||
+ | * //This method is an override of the GetHashCode functionality.// | ||
+ | == Remarks == | ||
+ | * //None// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Int32 | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} ToString() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:String | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Type | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Protected Methods ==== | ||
+ | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Void | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
+ | |||
+ | * //N/A// | ||
+ | == Remarks == | ||
+ | * //N/A// | ||
+ | |||
+ | == Return Value == | ||
+ | * Type:Object | ||
+ | * Description:N/A | ||
+ | |||
+ | == Parameters == | ||
+ | <div newline></div> | ||
+ | ==== Public Properties ==== | ||
+ | ** {{wiki:PublicProperty.gif|}} CenterX ** | ||
+ | |||
+ | This parameter represents the center horizontal value of the rectangle. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} CenterY ** | ||
+ | |||
+ | This parameter represents the center vertical value of the rectangle. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Width ** | ||
+ | |||
+ | This parameter returns the width of the rectangle. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
+ | |||
+ | ** {{wiki:PublicProperty.gif|}} Height ** | ||
+ | |||
+ | This parameter returns the height of the rectangle. | ||
+ | == Remarks == | ||
+ | None | ||
+ | == Return Value == | ||
+ | * Type:Single | ||
+ | |||
+ | ==== Protected Properties ==== | ||
+ | ==== Public Events ==== | ||