Resolve | |
public class ResolveSupersamplingRenderingStep : RenderingStep
The ResolveSupersamplingRenderingStep type exposes the following members.
| Name | Description | |
|---|---|---|
| ResolveSupersamplingRenderingStep | Constructor |
| Name | Description | |
|---|---|---|
| FilterType | Gets or sets the type of filtering. By default, the RotatedFilterSize5 is used. It gives better results but is slower than None. |
| Name | Description | |
|---|---|---|
| Dispose |
Dispose this rendering step and all child rendering steps
(Overrides RenderingStepDispose(Boolean)) | |
| OnRun |
OnRun abstract method executes the code for this rendering step.
The method should true to continue executing rendering steps; when false is returned then rendering is terminated.
(Overrides RenderingStepOnRun(RenderingContext)) |