Interface IGraphicsRenderer
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IGraphicsRenderer : IBasicGraphicsRenderer, IDisposable
Properties
Camera
Declaration
Property Value
HorizontalAlignment3DAxes
Declaration
HorizontalAlignment HorizontalAlignment3DAxes { get; set; }
Property Value
IsXAxisInverted
Declaration
bool IsXAxisInverted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsYAxisInverted
Declaration
bool IsYAxisInverted { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
PanRotateZoomIsEnabled
Declaration
bool PanRotateZoomIsEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
RenderPhysXDebugLines
Declaration
bool RenderPhysXDebugLines { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
VerticalAlignment3DAxes
Declaration
VerticalAlignment VerticalAlignment3DAxes { get; set; }
Property Value
Visible3DAxes
Declaration
bool Visible3DAxes { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
SceneDirty()
Declaration
ScreenShot()
Declaration
Returns
Type |
Description |
System.Drawing.Image |
|
ScreenShot(Int32, Int32, Int32, Int32, Int32)
Declaration
Image ScreenShot(int width, int height, int preferedMultisampling = -1, int dpiX = 96, int dpiY = 96)
Parameters
Type |
Name |
Description |
System.Int32 |
width |
|
System.Int32 |
height |
|
System.Int32 |
preferedMultisampling |
|
System.Int32 |
dpiX |
|
System.Int32 |
dpiY |
|
Returns
Type |
Description |
System.Drawing.Image |
|