[]
        
(Showing Draft Content)

C1.C1Preview.RenderImage.UseClassicDrawMethod

UseClassicDrawMethod Property

UseClassicDrawMethod

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.

Declaration
public bool UseClassicDrawMethod { get; set; }