Method | Description | |
---|---|---|
BlitBlock ( this target, int targetVerticalOffset, |
Blits a vertical block of a source bitmap to a target bitmap of same width.
|
public static BlitBlock ( this target, int targetVerticalOffset, |
||
target | this | The target. |
targetVerticalOffset | int | The target vertical offset. |
source | The source. | |
sourceVerticalOffset | int | The source vertical offset. |
verticalBlockHeight | int | Height of the vertical block. |
autoInvalidate | bool | if set to |
return | void |