SchedulerPrintStyle.CreateBitmap(Int32, Int32) Method
In This Article
Creates an image with the specified dimensions specific to this print style.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
width | Int32 | An integer value which specifies the width of the image. |
height | Int32 | An integer value which specifies the height of the image. |
#Returns
Type | Description |
---|---|
Bitmap | A Bitmap object representing the image which corresponds to the current print style. |
#Remarks
The CreateBitmap method is used to create images that correspond to print styles. The image is represented by a rectangular region with the specified dimensions. The following bitmaps will be created for the standard print styles.
Style Name | Icon |
---|---|
Daily Style | ![]() |
Weekly Style | ![]() |
Monthly Style | ![]() |
Tri-fold Style | ![]() |
Calendar Details Style | ![]() |
Memo Style | ![]() |
See Also