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