Draws a raster image or a metafile object.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Sub DrawImage( _ ByVal image As Image, _ ByVal point As T, _ ByVal width As T, _ ByVal height As T, _ ByVal transparent As Boolean, _ ByVal transparentColor As Color, _ ByVal isClipping As Boolean _ ) |
C#
|
public void DrawImage( Image image, T point, T width, T height, bool transparent, Color transparentColor, bool isClipping ) |
Parameters
-
image
-
Type: Image
An object of Image derived class.
-
point
-
Type: T
A location point
-
width
-
Type: T
A width of the image object
-
height
-
Type: T
A height of the image object
-
transparent
-
Type: bool
A value specifying image transparency
-
transparentColor
-
Type: Color
A transparent color for visualization
-
isClipping
-
Type: bool
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also