toPixels - multiple declarations

Function toPixels

convert custom size to pixels (sz can be either pixels, or points if SIZE_IN_POINTS_FLAG bit set)

int toPixels(
  int sz
);

Function toPixels

convert custom size Point to pixels (sz can be either pixels, or points if SIZE_IN_POINTS_FLAG bit set)

Point toPixels(
  const(Point) sz
);

Function toPixels

convert custom size Rect to pixels (sz can be either pixels, or points if SIZE_IN_POINTS_FLAG bit set)

Rect toPixels(
  const(Rect) sz
);