struct Protocol::SystemInfo::Size

Overview

Describes the width and height dimensions of an entity.

Included Modules

Defined in:

protocol/system_info.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def height : Int::Primitive #

Height in pixels.


[View source]
def width : Int::Primitive #

Width in pixels.


[View source]