Interface IRenderToBitmap
Inherited Members
System.IDisposable.Dispose()
Assembly: Experior.Rendering.Interfaces.dll
Syntax
public interface IRenderToBitmap : IDisposable
Properties
Camera
Declaration
Property Value
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
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 |
|