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;}
参照