Exports the control visual output into a bitmap.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)
Syntax
C# |
---|
public Bitmap ExportBitmap(
int scrollPosition
) |
Visual Basic |
---|
Public Function ExportBitmap ( _
scrollPosition As Integer _
) As Bitmap |
Visual C++ |
---|
public:
Bitmap^ ExportBitmap(
int scrollPosition
) |
Parameters
- scrollPosition
- Type: System..::..Int32
Scroll position in pixels (only applicable for HeightSpec=Fixed and HeightSpec=BusinessHours).
Return Value
See Also