Area2D Methods

CVB.Net Documentation

The Area2D type exposes the following members.

Methods

  NameDescription
Public methodEquals
Comparison function.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Hash code.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodOffset
Offsets the Area2D structure by the specified amount. Note that the operation is carried out in-place.
Public methodSwapOrientation
Let the vertices P1 and P2 swap their place, effectively altering the scan direction of the AOI without changing the area covered by the aoi.
Public methodToString
Convert an Area2D object to a string.
(Overrides ValueTypeToString.)
Public methodTransform(AffineMatrix2D)
Transform this Area2D using a AffineMatrix.
Public methodTransform(Matrix2D)
Transform this Area2D using a Matrix2D.
Top
See Also

Reference