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


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

RenderImage クラス
RenderImage メンバ