- 機能/意味
-
Whether the layer has an image
- タイプ
-
Layerクラスのプロパティ (読み書き可能)
- 説明
-
Indicates whether the layer has an image. You can also set a value.
If true, the layer will have an image. This is the default.
If false is specified, the layer image will be released and the layer will have no image.
Setting the Layer.type property resets hasImage to true.
If the layer has no image, if Layer.type is ltOpaque, the layer will be displayed as full Layer.neutralColor.
All other types are treated as completely transparent.
Layers with this property false are considered to have a full opacity of 0 (fully transparent) if Layer.hitType is htMask. Also, drawing and fonts cannot be manipulated.
Layers with this property false usually combine multiple child layers and use themselves as only transparent layers.