toPixels - multiple declarations

Function toPixels

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

Prototype

Point toPixels(
  const(Point) sz
);

Function toPixels

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

Prototype

int toPixels(
  int sz
);

Function toPixels

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

Prototype

Rect toPixels(
  const(Rect) sz
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0