ACadSharp.Entities.CadImageBase - DomCR/ACadSharp GitHub Wiki
CadImageBase Class
Common base class for and .
Definition
Namespace: ACadSharp.Entities
C#
DxfSubClassAttribute
public abstractclass CadImageBase
Properties
Returns | Name | Summary |
---|---|---|
Byte |
Brightness | Brightness |
Int32 |
ClassVersion | Class version |
List<XY> |
ClipBoundaryVertices | Clip boundary vertices |
ClipMode |
ClipMode | Clipping state |
Boolean |
ClippingState | Clipping state |
ClipType |
ClipType | Clipping boundary type |
Byte |
Contrast | Contrast |
ImageDefinition |
Definition | Image definition. |
Byte |
Fade | Fade |
ImageDisplayFlags |
Flags | Image display properties |
XYZ |
InsertPoint | Insertion point(in WCS) |
XY |
Size | Image size in pixels |
XYZ |
UVector | U-vector of a single pixel(points along the visual bottom of the image, starting at the insertion point) (in WCS) |
XYZ |
VVector | V-vector of a single pixel(points along the visual left side of the image, starting at the insertion point) (in WCS) |
Methods
Returns | Name | Summary |
---|---|---|
CadObject |
Clone | |
BoundingBox |
GetBoundingBox | Gets the bounding box aligned with the axis XYZ that occupies this entity. |