CadEmbeddedImage.CadEmbeddedImage

CadEmbeddedImage constructor

Initializes a new instance of the CadRasterImage class.

public CadEmbeddedImage(CadRasterImageDef imageDef, Cad3DPoint insertionPoint, Cad3DPoint uVector, 
    Cad3DPoint vVector)
ParameterTypeDescription
imageDefCadRasterImageDefImage def.
insertionPointCad3DPointInsertion point.
uVectorCad3DPointU-vector.
vVectorCad3DPointV-vector.

Exceptions

exceptioncondition
ArgumentNullExceptionThrown when one of arguments is null
ArgumentExceptionThrown when CadRasterImageDef.ObjectHandle is null or empty

See Also