| Package | km.filters |
| Class | public class SizeDependentFilter |
| Inheritance | SizeDependentFilter flash.filters.ShaderFilter |
| Subclasses | VignetFilter, ZoomFilter |
| Property | Defined by | ||
|---|---|---|---|
| objectHeight : Number Gets or sets the object height to be passed to the filter.
| SizeDependentFilter | ||
| objectWidth : Number Gets or sets the object width to be passed to the filter.
| SizeDependentFilter | ||
| Method | Defined by | ||
|---|---|---|---|
|
sizeTo(displayObject:DisplayObject):void
Sets the object width and height to be passed to the filter by specifying the object itself.
| SizeDependentFilter | ||
| objectHeight | property |
objectHeight:Number [read-write]Gets or sets the object height to be passed to the filter.
Implementation public function get objectHeight():Number
public function set objectHeight(value:Number):void
| objectWidth | property |
objectWidth:Number [read-write]Gets or sets the object width to be passed to the filter.
Implementation public function get objectWidth():Number
public function set objectWidth(value:Number):void
| sizeTo | () | method |
public function sizeTo(displayObject:DisplayObject):voidSets the object width and height to be passed to the filter by specifying the object itself.
ParametersdisplayObject:DisplayObject |