MCPcopy Create free account
hub / github.com/OpenPrinting/goipp / Resolution

Struct Resolution

value.go:464–467  ·  view source on GitHub ↗

Resolution is the Value that represents image resolution. Use with: TagResolution

Source from the content-addressed store, hash-verified

462//
463// Use with: TagResolution
464type Resolution struct {
465 Xres, Yres int // X/Y resolutions
466 Units Units // Resolution units
467}
468
469// String converts Resolution value to string
470func (v Resolution) String() string {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected