ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
ThinkGeo Cloud
ThinkGeo UI Controls
ThinkGeo Open Source
Help and Support
External Resources
Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.
<!– Structure –> This structure represents the drawing of a rectangle in screen coordinates.
*System.ValueType **ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
DrawingRectangleF | Double, Double, Double, Double | This method represents the constructor that should be used to create the structure. |
Name | Parameters | DeclaringType | Summary |
---|
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Equals | Object | Object(overriden) | This method is an override of the Equals functionality. |
GetHashCode | Object(overriden) | This method is an override of the GetHashCode functionality. | |
GetType | Object | ||
ToString | Object(overriden) |
Name | Parameters | DeclaringType | Summary |
---|---|---|---|
Finalize | Object | ||
MemberwiseClone | Object |
Name | Return | DeclaringType | Summary |
---|---|---|---|
CenterX | Double | This parameter represents the center horizontal value of the rectangle. | |
CenterY | Double | This parameter represents the center vertical value of the rectangle. | |
Height | Double | This parameter returns the height of the rectangle. | |
Width | Double | This parameter returns the width of the rectangle. |
Name | Return | DeclaringType | Summary |
---|
Name | Event Arguments | DeclaringType | Summary |
---|
This method represents the constructor that should be used to create the structure.
Name | Type | Description |
---|---|---|
centerX | Double<!– System.Double –> | This parameter represents the center horizontal value of the rectangle. |
centerY | Double<!– System.Double –> | This parameter represents the center vertical value of the rectangle. |
width | Double<!– System.Double –> | This parameter represents the width of the rectangle. |
height | Double<!– System.Double –> | This parameter represents the height of the rectangle. |
This method is an override of the Equals functionality.
Return Type | Description |
---|---|
Boolean<!– System.Boolean –> |
Name | Type | Description |
---|---|---|
obj | Object<!– System.Object –> |
<!– System.Object(overriden) –> Go Back
This method is an override of the GetHashCode functionality.
Return Type | Description |
---|---|
Int32<!– System.Int32 –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Type<!– System.Type –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
String<!– System.String –> |
Name | Type | Description |
---|
<!– System.Object(overriden) –> Go Back
Return Type | Description |
---|---|
Void<!– System.Void –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
Return Type | Description |
---|---|
Object<!– System.Object –> |
Name | Type | Description |
---|
<!– System.Object –> Go Back
This parameter represents the center horizontal value of the rectangle.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF –> Go Back
This parameter represents the center vertical value of the rectangle.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF –> Go Back
This parameter returns the height of the rectangle.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF –> Go Back
This parameter returns the width of the rectangle.
Return Type |
---|
Double<!– System.Double –> |
<!– ThinkGeo.MapSuite.WindowsPhoneCore.DrawingRectangleF –> Go Back