프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AsyncEffectRenderer | System | ||
CalculateTotalTiles | int | ||
Cancel | void | ||
Dispose | void | ||
GetTileBounds | Gdk.Rectangle | ||
HandleRenderCompletion | void | ||
HandleTimerTick | bool | ||
Render | void | ||
RenderTile | void | ||
Start | void | ||
StartRender | void | ||
StartSlaveThread | Thread |
메소드 | 설명 | |
---|---|---|
OnCompletion ( bool canceled, |
||
OnUpdate ( double progress, Gdk updatedBounds ) : void |
메소드 | 설명 | |
---|---|---|
AsyncEffectRenderer ( Settings settings ) : System | ||
CalculateTotalTiles ( ) : int | ||
Cancel ( ) : void | ||
Dispose ( ) : void | ||
GetTileBounds ( int tileIndex ) : Gdk.Rectangle | ||
HandleRenderCompletion ( ) : void | ||
HandleTimerTick ( ) : bool | ||
Render ( int renderId, int threadId ) : void | ||
RenderTile ( int renderId, int threadId, int tileIndex ) : void | ||
Start ( |
||
StartRender ( ) : void | ||
StartSlaveThread ( int renderId, int threadId ) : Thread |
protected abstract OnCompletion ( bool canceled, |
||
canceled | bool | |
exceptions | ||
리턴 | void |
protected abstract OnUpdate ( double progress, Gdk updatedBounds ) : void | ||
progress | double | |
updatedBounds | Gdk | |
리턴 | void |