Snaps the specified point to a nearby object in the display.
Namespace: Ico.GwxAssembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Point SnapPointToObjects(
Point point
) |
Visual Basic |
---|
Public Function SnapPointToObjects ( _
point As Point _
) As Point |
JScript |
---|
public function SnapPointToObjects(
point : Point
) : Point |
Parameters
- point
- Type: System.Windows..::..Point
A point to snap.
Return Value
Returns the snapped point. If no snapping occurred, returns the original
point.
See Also