Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderImage Class / UseClassicDrawMethod Property

In This Topic
    UseClassicDrawMethod Property (RenderImage)
    In This Topic
    Gets or sets value indicating whether Graphics.DrawImage(Image, dstRect) method should be used to draw content of object instead of Graphics.DrawImage(Image, dstRect, srcRect, GraphicsUnit). In some rare cases it produces more convient results. Default is false.
    Syntax
    'Declaration
     
    Public Property UseClassicDrawMethod As Boolean
    public bool UseClassicDrawMethod {get; set;}
    See Also