Area2DOffset Method

CVB.Net Documentation
Offsets the Area2D structure by the specified amount. Note that the operation is carried out in-place.

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

public void Offset(
	Point2Dd vec
)

Parameters

vec
Type: Stemmer.CvbPoint2Dd
Vector by which to offset the area
See Also

Reference