| Package | frocessing.core.graphics |
| Class | public class FBitmapFill |
| Inheritance | FBitmapFill Object |
| Subclasses | CanvasBitmapFill |
| Property | Defined By | ||
|---|---|---|---|
| bitmapData : BitmapData | FBitmapFill | ||
| matrix : Matrix | FBitmapFill | ||
| repeat : Boolean | FBitmapFill | ||
| smooth : Boolean | FBitmapFill | ||
| Method | Defined By | ||
|---|---|---|---|
FBitmapFill(bitmapData:BitmapData, matrix:Matrix = null, repeat:Boolean = true, smooth:Boolean = false) | FBitmapFill | ||
| bitmapData | property |
public var bitmapData:BitmapData| matrix | property |
public var matrix:Matrix| repeat | property |
public var repeat:Boolean| smooth | property |
public var smooth:Boolean| FBitmapFill | () | Constructor |
public function FBitmapFill(bitmapData:BitmapData, matrix:Matrix = null, repeat:Boolean = true, smooth:Boolean = false)bitmapData:BitmapData | |
matrix:Matrix (default = null) | |
repeat:Boolean (default = true) | |
smooth:Boolean (default = false) |