CadRasterImage constructor
init
Initializes a new instance of the CadRasterImage
class.
def __init__(self, image_def, insertion_point, u_vector, v_vector):
...
Parameter | Type | Description |
---|---|---|
image_def | CadRasterImageDef | Image def. |
insertion_point | Cad3DPoint | Insertion point. |
u_vector | Cad3DPoint | U-vector. |
v_vector | Cad3DPoint | V-vector. |
Exceptions
Exception | Description |
---|---|
ArgumentNullException | Thrown when one of arguments is null |
ArgumentException | Thrown when CadRasterImageDef.ObjectHandle is null or empty |
See Also
- module
aspose.cad.fileformats.cad.cadobjects
- class
CadRasterImage