Class RenderTarget
public abstract class RenderTarget : IDisposable
- Inheritance
-
RenderTarget
- Implements
- Derived
- Inherited Members
- Extension Methods
Properties
AspectRatio
public float AspectRatio { get; }
Property Value
ClipRegion
public ref Box2i ClipRegion { get; }
Property Value
Height
public abstract int Height { get; }
Property Value
Size
public Vector2i Size { get; }
Property Value
Width
public abstract int Width { get; }
Property Value
_isDisposed
protected bool _isDisposed { get; }
Property Value
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