ClassifierObjectTranslate Method

CVB.Net Documentation
Translate this classifier by a selectable offset.

Namespace:  Stemmer.Cvb.ShapeFinder
Assembly:  Stemmer.Cvb.ShapeFinder (in Stemmer.Cvb.ShapeFinder.dll) Version: 14.0.0.0
Syntax

public void Translate(
	Point2D offset
)

Parameters

offset
Type: Stemmer.CvbPoint2D
offset vector by which to translate the classifier
Exceptions

ExceptionCondition
ObjectDisposedExceptionIf this classifier has already been disposed
See Also

Reference