dbicDayView Send comments on this topic.
DrawToBitmap Method
See Also 
dbicPIM Assembly > Dbi.PIM Namespace > dbiReminderDialog Class : DrawToBitmap Method

bitmap
The bitmap to be drawn to.
targetBounds
The bounds within which the control is rendered.
Supports rendering to the specified bitmap.

Syntax

Visual Basic (Declaration) 
Public Sub DrawToBitmap( _
   ByVal bitmap As Bitmap, _
   ByVal targetBounds As Rectangle _
) 
C# 
public void DrawToBitmap( 
   Bitmap bitmap,
   Rectangle targetBounds
)

Parameters

bitmap
The bitmap to be drawn to.
targetBounds
The bounds within which the control is rendered.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also