dbicMonth Send comments on this topic.
CreateImage Method
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth 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 the 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.

Return Value

Boolean indicating success

Remarks

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

For additional information, please see Creating an Image of dbicMonth.

Requirements

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

See Also