Table of Contents

Class RenderTarget

Namespace
ReFuel.Graphics
Assembly
ReFuel.dll
public abstract class RenderTarget : IDisposable
Inheritance
RenderTarget
Implements
Derived
Inherited Members
Extension Methods

Properties

AspectRatio

public float AspectRatio { get; }

Property Value

float

ClipRegion

public ref Box2i ClipRegion { get; }

Property Value

Box2i

Height

public abstract int Height { get; }

Property Value

int

Size

public Vector2i Size { get; }

Property Value

Vector2i

Width

public abstract int Width { get; }

Property Value

int

_isDisposed

protected bool _isDisposed { get; }

Property Value

bool

Methods

DefaultClip()

public void DefaultClip()

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Dispose(bool)

protected virtual void Dispose(bool isDisposing)

Parameters

isDisposing bool