CADability dotNET
Creates a point which can be used as a feedback object. The point uses the feedback color as specified in the project settings.

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

Syntax

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

Parameters

frame
Type: CADability..::..IFrame
Frame to gat access to the settings

Return Value

A Point as a feedback object

See Also