←Select platform

UseTransform Property

Summary

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.

Syntax
C#
VB
C++
public bool UseTransform { get; set; } 
Public Property UseTransform As Boolean 
public: 
property bool UseTransform { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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.

Remarks

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.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Drawing Assembly