Size2Dd Structure

CVB.Net Documentation
Stores an ordered pair of doubles, typical the width and height of a RectD.

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

public struct Size2Dd

The Size2Dd type exposes the following members.

Constructors

  NameDescription
Public methodSize2Dd(Point2Dd)
Creates a size from the given point's pt horizontal and vertical components.
Public methodSize2Dd(Double, Double)
Creates a size with a given width and height.
Top
Properties

  NameDescription
Public propertyHeight
Gets/sets the vertical component of the size.
Public propertyWidth
Gets/sets the horizontal component of the size.
Top
Methods

  NameDescription
Public methodStatic memberAdd
Adds the width and height of one SizeD structure width and height of another one.
Public methodEquals
Tests whether two objects are SizeD 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 SizeD structure width and height of another one.
Public methodToString
Gets the string representation of this size.
(Overrides ValueTypeToString.)
Top
Operators

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

  NameDescription
Public fieldStatic memberEmpty
Gets a SizeD with Width and Height value of 0.
Top
See Also

Reference