Method | Description | |
---|---|---|
Codec ( int width, int height ) : System |
Constructs a new Codec with the given width and height.
|
public Codec ( int width, int height ) : System | ||
width | int | /// The width of the photo. /// |
height | int | /// The height of the photo. /// |
return | System |