toPixels

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

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

Meta