Error processing SSI file
LEADTOOLS WPF (Leadtools.Windows.D2DRendering assembly)

Show in webframe

BeginDraw Method






The region of the surface on which drawing will be performed.
Initiates drawing on this surface.
Syntax
public void BeginDraw( 
   Rect rect
)
'Declaration
 
Public Sub BeginDraw( _
   ByVal rect As Rect _
) 
'Usage
 
Dim instance As D2DSurface
Dim rect As Rect
 
instance.BeginDraw(rect)

            

            
public:
void BeginDraw( 
   Rect rect
) 

Parameters

rect
The region of the surface on which drawing will be performed.
Remarks

Drawing operations can only be issued between BeginDraw and EndDraw calls.

Pass an Empty Rectangle to draw on the entire surface.

Example

For an example, refer to D2DSurface.

Requirements

Target Platforms

See Also

Reference

D2DSurface Class
D2DSurface Members

Error processing SSI file