Method | Description | |
---|---|---|
Add ( |
||
CancelAllItems ( ) : void | ||
CancelItem ( ) : void | ||
IndexOf ( |
||
Remove ( |
||
RenderingQueue ( ) : System | ||
StartThread ( ) : void | ||
StepDown ( |
||
StepUp ( |
||
StopThread ( ) : void |
Method | Description | |
---|---|---|
OnAfterItemProcessingFinished ( |
||
OnBeforeItemProcessingStarted ( |
||
OnItemAdded ( |
||
OnItemIndexChanged ( |
||
OnItemRemoved ( |
||
OnItemRendering ( |
||
OnQueueEmpty ( ) : void | ||
OnQueueProgressMessageReport ( string source, string destination, double progress, string status, IBitmapCore image ) : void | ||
OnThreadStarted ( ) : void | ||
OnThreadStopped ( ) : void |
Method | Description | |
---|---|---|
FindRenderingTaskByStage ( |
||
HandleStageProgressMessageReport ( object sender, |
||
ProcessingThread ( ) : void |
public Add ( |
||
stage | ||
source | string | |
prescale | int | |
destination | string | |
fileType | string | |
return | void |
protected OnAfterItemProcessingFinished ( |
||
item | ||
return | void |
protected OnBeforeItemProcessingStarted ( |
||
item | ||
return | void |
protected OnItemAdded ( |
||
item | ||
return | void |
protected OnItemIndexChanged ( |
||
item | ||
return | void |
protected OnItemRemoved ( |
||
item | ||
return | void |
protected OnItemRendering ( |
||
item | ||
return | void |
protected OnQueueProgressMessageReport ( string source, string destination, double progress, string status, IBitmapCore image ) : void | ||
source | string | |
destination | string | |
progress | double | |
status | string | |
image | IBitmapCore | |
return | void |
public StepDown ( |
||
item | ||
return | bool |