'Declaration Sub MoveTo( _ ByVal point As Point _ )
'Declaration
Sub MoveTo( _ ByVal point As Point _ )
'Usage Dim instance As IGeometry Dim point As Point instance.MoveTo(point)
'Usage
Dim instance As IGeometry Dim point As Point instance.MoveTo(point)
void MoveTo( Point point )
IGeometry Interface IGeometry Members