Error processing SSI file
LEADTOOLS GDI/GDI+ (Leadtools.Drawing assembly)

Show in webframe

UseTransform Property






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
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
public:
property bool UseTransform {
   bool get();
   void set (    bool value);
}

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

See Also

Reference

RasterPaintProperties Structure
RasterPaintProperties Members

Error processing SSI file