Operator implicit operator
implicit operator SizeD(Size)
public static implicit operator SizeD(Size p)
Parameters
pSize
Returns
implicit operator Size(SizeD)
public static implicit operator Size(SizeD p)
Parameters
pSizeD
Returns
implicit operator SizeD((double Width, double Height))
public static implicit operator SizeD((double Width, double Height) d)
Parameters
Returns
implicit operator SizeD(double)
Initializes SizeD with equal width and hegiht.
public static implicit operator SizeD(double widthAndHeight)
Parameters
widthAndHeightdouble
Returns
implicit operator SizeD(int)
Initializes SizeD with equal width and hegiht.
public static implicit operator SizeD(int widthAndHeight)
Parameters
widthAndHeightint