Interface ISize

All Known Implementing Classes:
PxRect, PxSize

public interface ISize
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    h()
     
    int
    h(int h)
     
    int
    w()
     
    int
    w(int w)
     
  • Method Details

    • w

      int w()
    • w

      int w(int w)
    • h

      int h()
    • h

      int h(int h)