CadRasterImageDef.CadRasterImageDef

CadRasterImageDef()

Initializes a new instance of the CadRasterImageDef class.

public CadRasterImageDef()

See Also


CadRasterImageDef(string, int, int)

Initializes a new instance of the CadRasterImageDef class.

public CadRasterImageDef(string fileNameOfImage, int imageSizeU, int imageSizeV)
ParameterTypeDescription
fileNameOfImageStringFile name of image.
imageSizeUInt32Image size in pixels. DXF: U value.
imageSizeVInt32Image size in pixels. DXF: V value.

Exceptions

exceptioncondition
ArgumentExceptionThrown when fileNameOfImage is null or empty
ArgumentOutOfRangeExceptionThrown when imageSizeU or imageSizeV is less or equal than 0

See Also