toPixels

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

  1. int toPixels(int sz)
  2. Point toPixels(Point sz)
  3. Rect toPixels(Rect sz)
    toPixels
    (
    const Rect sz
    )

Meta