dbicDayView Send comments on this topic.
CreateImage Method
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : CreateImage Method

strFileName
The name and path of the image to create.
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 to create.
nWidth
The width of the image.
nHeight
The height of the image.

Remarks

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