PrintDocument for WinForms
UseClassicDrawMethod プロパティ (RenderGraphics)


C1.PrintDocument.6 アセンブリ > C1.C1Preview 名前空間 > RenderGraphics クラス : 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. Set this value to true if problems occurs with drawing RenderGraphics content.
シンタックス
'宣言
 
Public Property UseClassicDrawMethod As System.Boolean
'使用法
 
Dim instance As RenderGraphics
Dim value As System.Boolean
 
instance.UseClassicDrawMethod = value
 
value = instance.UseClassicDrawMethod
public System.bool UseClassicDrawMethod {get; set;}
参照

RenderGraphics クラス
RenderGraphics メンバ