Size2D Operators and Type Conversions

CVB.Net Documentation

The Size2D type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Adds the width and height of one Size2D structure width and height of another one.
Public operatorStatic memberEquality
Tests whether two sizes are equal.
Public operatorStatic member(Size2D to Point2D)
Converts the given sz to a Point2D.
Public operatorStatic memberInequality
Tests whether two sizes are unequal.
Public operatorStatic memberSubtraction
Subtracts the width and height of one Size2D structure width and height of another one.
Top
See Also

Reference