# Class: DbWipeout
default.DbWipeout
DbWipeout 遮罩实体.
# Hierarchy
-
↳ DbWipeout
# Table of contents
# Constructors
# Properties
- alpha
- brightness
- cloneFromDb
- cloneObjectId
- color
- colorIndex
- heightRatio
- imageDisplayOptClip
- imageDisplayOptShow
- imageDisplayOptShowUnAligned
- imageDisplayOptTransparent
- layer
- lineWidth
- linetype
- linetypeScale
- matrix
- pixelHeight
- pixelWidth
- points
- position
- sourceHttpUrl
- typename
- units
- visibility
- widthRatio
- xPelsPerUnit
- xdata
- yPelsPerUnit
# Constructors
# constructor
+ new DbWipeout(prop?: IDbWipeout): DbWipeout
构造函数
# Parameters
| Name | Type | Default value |
|---|---|---|
prop | IDbWipeout | {} |
Returns: DbWipeout
Overrides: DbRasterImage
# Properties
# alpha
• Optional alpha: number
透明度. [0-255][0完全透明,255完全不透明]
Inherited from: DbRasterImage.alpha
# brightness
• Optional brightness: number
明亮度 [0.0 .. 100.0]
Inherited from: DbRasterImage.brightness
# cloneFromDb
• Optional cloneFromDb: string
克隆的实体ID来源的图形,如为空,则取DbDocument中from的图形。也可以指定另外的图形
Inherited from: DbRasterImage.cloneFromDb
# cloneObjectId
• Optional cloneObjectId: string
克隆的实体ID,DbDocument有from图形来源字段时有效.
Inherited from: DbRasterImage.cloneObjectId
# color
• Optional color: number
颜色.
Inherited from: DbRasterImage.color
# colorIndex
• Optional colorIndex: number
颜色索引. 0 随块. 1 Red. 2 Yellow. 3 Green. 4 Cyan. 5 Blue. 6 Magenta. 256 表示随层
Inherited from: DbRasterImage.colorIndex
# heightRatio
• Optional heightRatio: number
高比例..
Inherited from: DbRasterImage.heightRatio
# imageDisplayOptClip
• Optional imageDisplayOptClip: boolean
是否裁剪.
Inherited from: DbRasterImage.imageDisplayOptClip
# imageDisplayOptShow
• Optional imageDisplayOptShow: boolean
是否显示.
Inherited from: DbRasterImage.imageDisplayOptShow
# imageDisplayOptShowUnAligned
• Optional imageDisplayOptShowUnAligned: boolean
是否对齐.
Inherited from: DbRasterImage.imageDisplayOptShowUnAligned
# imageDisplayOptTransparent
• Optional imageDisplayOptTransparent: boolean
是否透明.
Inherited from: DbRasterImage.imageDisplayOptTransparent
# layer
• Optional layer: string
图层.
Inherited from: DbRasterImage.layer
# lineWidth
• Optional lineWidth: number
线宽.
Inherited from: DbRasterImage.lineWidth
# linetype
• Optional linetype: string
线型.
Inherited from: DbRasterImage.linetype
# linetypeScale
• Optional linetypeScale: number
线型比例.
Inherited from: DbRasterImage.linetypeScale
# matrix
• Optional matrix: IDbMatrixOp[]
矩阵.
Inherited from: DbRasterImage.matrix
# pixelHeight
• Optional pixelHeight: number
源图片高.
Inherited from: DbRasterImage.pixelHeight
# pixelWidth
• Optional pixelWidth: number
源图片宽.
Inherited from: DbRasterImage.pixelWidth
# points
• Optional points: [number, number, undefined | number][]
坐标.
# position
• Optional position: [number, number, undefined | number]
位置.
Inherited from: DbRasterImage.position
# sourceHttpUrl
• Optional sourceHttpUrl: string
图片url地址.
Inherited from: DbRasterImage.sourceHttpUrl
# typename
• Optional typename: string
类型.
Inherited from: DbRasterImage.typename
# units
• Optional units: kNone | kMillimeter | kCentimeter | kMeter | kKilometer | kInch | kFoot | kYard | kMile | kMicroinches | kMils | kAngstroms | kNanometers | kMicrons | kDecimeters | kDekameters | kHectometers | kGigameters | kAstronomical | kLightYears | kParsecs
单位.
Inherited from: DbRasterImage.units
# visibility
• Optional visibility: boolean
可见.
Inherited from: DbRasterImage.visibility
# widthRatio
• Optional widthRatio: number
宽比例.
Inherited from: DbRasterImage.widthRatio
# xPelsPerUnit
• Optional xPelsPerUnit: number
x轴每像素代表长度.
Inherited from: DbRasterImage.xPelsPerUnit
# xdata
• Optional xdata: string
扩展数据.
Inherited from: DbRasterImage.xdata
# yPelsPerUnit
• Optional yPelsPerUnit: number
y轴每像素代表长度.
Inherited from: DbRasterImage.yPelsPerUnit