Show / Hide Table of Contents

Interface IGraphicsRenderer

Inherited Members
IBasicGraphicsRenderer.ClearScene()
IBasicGraphicsRenderer.Shadows
IBasicGraphicsRenderer.LightDirection
IBasicGraphicsRenderer.AmbientLightColor
IBasicGraphicsRenderer.ShadowDepthBlurringSize
System.IDisposable.Dispose()
Namespace: Experior.Rendering.Interfaces
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IGraphicsRenderer : IBasicGraphicsRenderer, IDisposable

Properties

Camera

Declaration
ICamera Camera { get; }
Property Value
Type Description
ICamera

HorizontalAlignment3DAxes

Declaration
HorizontalAlignment HorizontalAlignment3DAxes { get; set; }
Property Value
Type Description
HorizontalAlignment

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
Type Description
VerticalAlignment

Visible3DAxes

Declaration
bool Visible3DAxes { get; set; }
Property Value
Type Description
System.Boolean

Methods

SceneDirty()

Declaration
void SceneDirty()

ScreenShot()

Declaration
Image ScreenShot()
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
Back to top Generated by DocFX