struct Oid::Element::Rectangle

Included Modules

Defined in:

oid/resources/element/rectangle.cr

Constructors

Instance Method Summary

Constructor methods inherited from module Oid::Element

new(pull : JSON::PullParser) new

Constructor Detail

def self.new(width : Float64, height : Float64, color : Oid::Color) #

[View source]

Instance Method Detail

def color : Oid::Color #

[View source]
def color=(color : Oid::Color) #

[View source]
def height : Float64 #

[View source]
def height=(height : Float64) #

[View source]
def width : Float64 #

[View source]
def width=(width : Float64) #

[View source]