dbicCalendar Send comments on this topic.
CreateImage Method
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : CreateImage Method

strFileName
The name and path of the image.
nWidth
The width of the image.
nHeight
The height of the image.
Creates an image of control.

Syntax

Visual Basic (Declaration) 
Public Function CreateImage( _
   ByVal strFileName As String, _
   ByVal nWidth As Integer, _
   ByVal nHeight As Integer _
) As Boolean
C# 
public bool CreateImage( 
   string strFileName,
   int nWidth,
   int nHeight
)

Parameters

strFileName
The name and path of the image.
nWidth
The width of the image.
nHeight
The height of the image.

Remarks

This method will create an image of the control. 

The type of image is determined by the ImageType Property.  The image can be a fixed size, actual size, or full size.

Requirements

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

See Also

Reference

dbiCalendar Class
dbiCalendar Members
Creating an Image