Show / Hide Table of Contents

Interface IRenderToBitmap

Inherited Members
System.IDisposable.Dispose()
Namespace: Experior.Rendering.Interfaces
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IRenderToBitmap : IDisposable

Properties

Camera

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

Methods

AddLines(ICollection<ILine>)

Declaration
void AddLines(ICollection<ILine> lines)
Parameters
Type Name Description
System.Collections.Generic.ICollection<ILine> lines

AddMeshObjects(ICollection<IMeshObject>)

Declaration
void AddMeshObjects(ICollection<IMeshObject> meshObjects)
Parameters
Type Name Description
System.Collections.Generic.ICollection<IMeshObject> meshObjects

AddTexts(ICollection<IText>)

Declaration
void AddTexts(ICollection<IText> texts)
Parameters
Type Name Description
System.Collections.Generic.ICollection<IText> texts

Clear()

Declaration
void Clear()

Render(Int32, Int32)

Declaration
Bitmap Render(int width, int height)
Parameters
Type Name Description
System.Int32 width
System.Int32 height
Returns
Type Description
System.Drawing.Bitmap
Back to top Generated by DocFX