Method | Description | |
---|---|---|
CreateBitmapDrawingSurface ( int width, int height ) : IDrawingSurface | ||
CreateDrawingTarget ( |
||
Dispose ( ) : void | ||
DrawingBackend ( ) : SharpDX | ||
FromFactoryAndDevice ( Factory factory, SharpDX.Direct3D11.Device1 device ) : |
||
Geometry ( IRecorder |
Method | Description | |
---|---|---|
CreateDevice ( ) : SharpDX.Direct3D11.Device1 | ||
CreateFactory ( ) : Factory | ||
DrawingBackend ( Factory factory, SharpDX.Direct3D11.Device1 device, bool ownsIt ) : SharpDX |
public CreateBitmapDrawingSurface ( int width, int height ) : IDrawingSurface | ||
width | int | |
height | int | |
return | IDrawingSurface |
public CreateDrawingTarget ( |
||
renderTarget | ||
return | IDrawingTarget |
public static FromFactoryAndDevice ( Factory factory, SharpDX.Direct3D11.Device1 device ) : |
||
factory | Factory | |
device | SharpDX.Direct3D11.Device1 | |
return |
public Geometry ( IRecorder |
||
records | IRecorder |
|
return | IGeometry |