The following tables list the members exposed by MapSurface.
Name | Description | |
---|---|---|
![]() | ClientRectangle | Gets the rectangle that represents the client area of the control. |
![]() | DrawingCanceled | Indicates if the drawing operation has been cancelled. If true all drawing should be abandoned to release the drawing thread as soon as possible. |
![]() | Graphics | Gets the Graphics. |
![]() | Map | Gets the associated Map. |
Name | Description | |
---|---|---|
![]() | DrawEllipse | Draws an ellipse specified by the bounding Envelope object using the specified pen. |
![]() | DrawEnvelope | Draws an Envelope object using the specified pen. |
![]() | DrawGeometry | Draws the geometry using the specified pen and brush. |
![]() | DrawLine | Draws a line as defined by two coordinates using the specified pen. |
![]() | DrawMultipoint | Overloaded. Draws multiple points of the specified size on the MapSurface surface. |
![]() | DrawPoint | Overloaded. Draws a point of the specified size at the location (coordinate) using specified pen and brush. |
![]() | DrawPolygon | Overloaded. Draws a polygon using the specified pen and brush. |
![]() | DrawPolyline | Overloaded. Draws a polyline using the specified pen. |
![]() | DrawText | Draws the text string at the specified location using the Brush and Font objects. |
![]() | MeasureText | Measures the size of specified string when drawn with the specified Font object. |