Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
public bool UseTransform {get; set;}
'Declaration
Public Property UseTransform As Boolean
'Usage
Dim instance As RasterPaintProperties Dim value As Boolean instance.UseTransform = value value = instance.UseTransform
All the RasterImagePainter methods will reset any transform that pre-exist in the destination System.Drawing.Graphics region when the value of UseTransform is false (the default). If this behavior is not desired, then set the value of UseTransform to true before calling the methods.