Interface IRenderTarget2
[PrivateApi]
public interface IRenderTarget2 : IRenderTarget, IDisposable
- Inherited Members
Properties
Properties
RenderTargetProperties Properties { get; }
Property Value
Methods
CreateDrawingContext(PixelSize, out RenderTargetDrawingContextProperties)
Creates an IDrawingContextImpl for a rendering session.
IDrawingContextImpl CreateDrawingContext(PixelSize expectedPixelSize, out RenderTargetDrawingContextProperties properties)
Parameters
expectedPixelSize
PixelSizeThe pixel size of the surface
properties
RenderTargetDrawingContextPropertiesReturns various properties about the returned drawing context