Gets or sets a value that indicate wherer to use the current transform in the destination System.Drawing.Graphics object when painting the image and regions.
public bool UseTransform { get; set; }
Public Property UseTransform As Boolean
true to use the current transform in the destination System.Drawing.Graphics object when painting the image and regions, otherwise; false. Default value is false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET