ShapeCanvasSetLocation Method |
Sets the location of a certain shape element.
Namespace:
Ptv.XServer.Controls.Map.Layers.Shapes
Assembly:
Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax public static void SetLocation(
FrameworkElement element,
Point location
)
Public Shared Sub SetLocation (
element As FrameworkElement,
location As Point
)
public:
static void SetLocation(
FrameworkElement^ element,
Point location
)
static member SetLocation :
element : FrameworkElement *
location : Point -> unit
Parameters
- element
- Type: System.WindowsFrameworkElement
Shape element for which a location should be set. - location
- Type: System.WindowsPoint
New location of the shape element.
See Also