Class Magick::Geometry
In: lib/RMagick.rb
Parent: Object

Methods

from_s   new   to_s  

Constants

FLAGS = ['', '%', '!', '<', '>', '@']
RFLAGS = { '%' => PercentGeometry, '!' => AspectGeometry, '<' => LessGeometry, '>' => GreaterGeometry, '@' => AreaGeometry }
RE = /\A(\d*)(?:x(\d+))?([-+]\d+)?([-+]\d+)?([%!<>@]?)\Z/   Construct an object from a geometry string

Attributes

flag  [RW] 
height  [RW] 
width  [RW] 
x  [RW] 
y  [RW] 

Public Class methods

Public Instance methods

Convert object to a geometry string

[Validate]