ImageRendererAspect Class |
Namespace: Demo3D.Visuals.Renderers.Images
public class ImageRendererAspect : PrimitiveRendererAspect<QuadRenderable>, IScreenSpaceRendererAspect, IRendererAspect
The ImageRendererAspect type exposes the following members.
| Name | Description | |
|---|---|---|
| ImageRendererAspect | Initializes a new instance of the ImageRendererAspect class |
| Name | Description | |
|---|---|---|
| AspectManagedBy |
The Aspect that this is managed by.
(Inherited from AspectComponentBase.) | |
| BackFace | The back face of an imported image can be a solid color (Background Color), a repeat of the image (Image) or nothing at all (None). | |
| BoundingBox | (Inherited from RendererAspectT.) | |
| BoundingSphere | (Inherited from RendererAspectT.) | |
| Color | Override the color of the image. This color is also used for the back face background color. | |
| ControlPoints | (Overrides PrimitiveRendererAspectTControlPoints.) | |
| Document | (Inherited from PrimitiveRendererAspectT.) | |
| EnableScreenSpace | Render the image directly on the screen in 2D space. | |
| HasRenderables | (Inherited from RendererAspectBaseT.) | |
| Height | The height of the image. | |
| Id | (Inherited from SerializableObject.) | |
| Image | The image to render. | |
| IsCollapsed |
Collapse or expand the aspect in the Aspect Viewer.
(Inherited from AspectComponentBase.) | |
| IsEnabled | (Inherited from AspectComponentBase.) | |
| IsInitialized | (Inherited from AspectComponentBase.) | |
| IsReadOnly | (Inherited from AspectComponentBase.) | |
| Name | A unique name for the aspect (Inherited from AspectComponentBase.) | |
| Renderable | (Inherited from PrimitiveRendererAspectT.) | |
| Renderables | (Inherited from RendererAspectBaseT.) | |
| ScreenCoords | The screen co-ordinates to place the image. | |
| ScreenSpaceOrder | Images with a greater Screen Space Order will show on top of images with a lower Screen Space Order value. | |
| ShowResizeControlPoints | (Inherited from PrimitiveRendererAspectT.) | |
| UVCoords | The Texture Coords allow an imported image to be cropped. The top left of the image is (0,0) and the bottom right of the image is (1,1). | |
| Width | The width of the image. | |
| WorldMatrix | (Inherited from PrimitiveRendererAspectT.) |
| Name | Description | |
|---|---|---|
| IsEnabledChanged | (Inherited from AspectComponentBase.) | |
| ScreenSpaceEnabled | ||
| ScreenSpaceOrderChanged |
| Name | Description | |
|---|---|---|
| controlPoints | (Inherited from PrimitiveRendererAspectT.) |