Size2D Methods

CVB.Net Documentation

The Size2D type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAdd
Adds the width and height of one Size2D structure width and height of another one.
Public methodEquals
Tests whether two objects are Size2D and equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Default implementation.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSubtract
Subtracts the width and height of one Size2D structure width and height of another one.
Public methodToString
Gets the string representation of this size.
(Overrides ValueTypeToString.)
Top
Extension Methods

  NameDescription
Public Extension MethodToSize
Convert a CvbSize to a Size.
(Defined by ImageExtensions.)
Public Extension MethodToWpfSize
Convert a Size2D to a WPF Size.
(Defined by MiscExtensions.)
Top
See Also

Reference