CadRasterImageDef.CadRasterImageDef
CadRasterImageDef()
Initializes a new instance of the CadRasterImageDef
class.
public CadRasterImageDef()
See Also
- class CadRasterImageDef
- namespace Aspose.CAD.FileFormats.Cad.CadObjects
- assembly Aspose.CAD
CadRasterImageDef(string, int, int)
Initializes a new instance of the CadRasterImageDef
class.
public CadRasterImageDef(string fileNameOfImage, int imageSizeU, int imageSizeV)
Parameter | Type | Description |
---|---|---|
fileNameOfImage | String | File name of image. |
imageSizeU | Int32 | Image size in pixels. DXF: U value. |
imageSizeV | Int32 | Image size in pixels. DXF: V value. |
Exceptions
exception | condition |
---|---|
ArgumentException | Thrown when fileNameOfImage is null or empty |
ArgumentOutOfRangeException | Thrown when imageSizeU or imageSizeV is less or equal than 0 |
See Also
- class CadRasterImageDef
- namespace Aspose.CAD.FileFormats.Cad.CadObjects
- assembly Aspose.CAD