CADability dotNET

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static Point FeedbackPoint(
	IFrame frame,
	PointSymbol pointSymbol
)
Visual Basic
Public Shared Function FeedbackPoint ( _
	frame As IFrame, _
	pointSymbol As PointSymbol _
) As Point
Visual C++
public:
static Point^ FeedbackPoint(
	IFrame^ frame, 
	PointSymbol pointSymbol
)

Parameters

frame
Type: CADability..::..IFrame
Frame to gat access to the settings
pointSymbol
Type: CADability.GeoObject..::..PointSymbol
The icon, in which the point is beiing displayed

Return Value

A Point as a feedback object

See Also