public class CadEmbeddedImage extends CadRasterImage
Class describing Cad embedded image
| Constructor and Description |
|---|
CadEmbeddedImage(CadRasterImageDef imageDef,
Cad3DPoint insertionPoint,
Cad3DPoint uVector,
Cad3DPoint vVector)
Initializes a new instance of the
CadRasterImage class. |
| Modifier and Type | Method and Description |
|---|---|
CadEntityTypeName |
getTypeName()
Gets the name of the type.
|
getClassVersion, getClipBoundaryVertexList, getClipMode, getClippingBoundaryType, getClippingState, getDisplayFlags, getFade, getImageBrightness, getImageContrast, getImageDefReactorReference, getImageDefReference, getImageSizeU, getImageSizeV, getInsertionPoint, getNumberOfClipBoundaryVertices, getUVector, getVVector, setClassVersion, setClipBoundaryVertexList, setClipMode, setClippingBoundaryType, setClippingState, setDisplayFlags, setFade, setImageBrightness, setImageContrast, setImageDefReactorReference, setImageDefReference, setImageSizeU, setImageSizeV, setInsertionPoint, setNumberOfClipBoundaryVertices, setUVector, setVVectorgetExtrusionDirection, setExtrusionDirectiongetArea, getAssocViewPortHandle, getBounds, getChildObjects, getChilds, getColorHandle, getColorId, getColorName, getColorValue, getEntmode, getGroupHandle, getHyperlink, getId, getLayerName, getLayoutTabName, getLength, getLineScale, getLineTypeName, getLineWeight, getLType, getMaterial, getPlotStyle, getPlotStyleFlag, getProxyBytesCount, getProxyData, getShadowMode, getSpaceMode, getStorageFlag, getTransparency, getVisible, getXDirMissingFlag, isAssocViewPortHandleSet, isByLayer, isNoLinks, setBounds, setByLayer, setChildObjects, setColorHandle, setColorId, setColorName, setColorValue, setEntmode, setGroupHandle, setHyperlink, setId, setLayerName, setLayoutTabName, setLineScale, setLineTypeName, setLineWeight, setLType, setMaterial, setNoLinks, setPlotStyle, setPlotStyleFlag, setProxyBytesCount, setProxyData, setShadowMode, setSpaceMode, setStorageFlag, setTransparency, setVisible, setXDirMissingFlaggetHardOwner, getNumreactors, getReactors, getSoftOwner, isSoftOwnerSet, setHardOwner, setNumreactors, setReactors, setSoftOwnergetApplicationCodesContainer, getAttribute102Values, getAttributes, getEmbeddedObjectsContainer, getObjectHandle, getUID, getXdataContainer, setApplicationCodesContainer, setAttribute102Values, setAttributes, setEmbeddedObjectsContainer, setObjectHandle, setUID, setXdataContainerpublic CadEmbeddedImage(CadRasterImageDef imageDef, Cad3DPoint insertionPoint, Cad3DPoint uVector, Cad3DPoint vVector)
Initializes a new instance of the CadRasterImage class.
imageDef - Image def.insertionPoint - Insertion point.uVector - U-vector.vVector - V-vector.com.aspose.ms.System.ArgumentNullException - Thrown when one of arguments is nullcom.aspose.ms.System.ArgumentException - Thrown when CadRasterImageDef.ObjectHandle is null or emptypublic CadEntityTypeName getTypeName()
Gets the name of the type.
Value: The name of the type.getTypeName in class CadRasterImageCopyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.