RenderContextBase.ReadSurface Method

Reads the whole control and stores it in internal data.
Public Overridable Sub ReadSurface( _ 
ByVal controlSize As Size, _ 
ByVal backBuffer As Boolean, _ 
ByVal antialiasing As Boolean
)
This language is not supported or no code example is available.
public virtual void ReadSurface( 
Size controlSize
bool backBuffer
bool antialiasing 
)
This language is not supported or no code example is available.

Parameters

controlSize
Size

The size of the control

backBuffer
bool

If true, captures the backbuffer, else the front buffer

antialiasing
bool

Tells if the antialiasing is enabled or not

Remarks
 
For internal use only.

.NET Framework

Supported in: 4.8

In this article

Definition