Packagecom.swfwire.decompiler.data.swf.records
Classpublic class RectangleRecord
InheritanceRectangleRecord Inheritance Object
Implements IRecord



Public Properties
 PropertyDefined By
  xMax : int
RectangleRecord
  xMin : int
RectangleRecord
  yMax : int
RectangleRecord
  yMin : int
RectangleRecord
Public Methods
 MethodDefined By
  
RectangleRecord(xMin:int = 0, xMax:int = 0, yMin:int = 0, yMax:int = 0)
RectangleRecord
Property Detail
xMaxproperty
public var xMax:int

xMinproperty 
public var xMin:int

yMaxproperty 
public var yMax:int

yMinproperty 
public var yMin:int

Constructor Detail
RectangleRecord()Constructor
public function RectangleRecord(xMin:int = 0, xMax:int = 0, yMin:int = 0, yMax:int = 0)



Parameters
xMin:int (default = 0)
 
xMax:int (default = 0)
 
yMin:int (default = 0)
 
yMax:int (default = 0)