ImageVisibility Property |
Specifies whether image visibility is on or off.
Signature
object.ImageVisibility
object
Raster
The object or objects this property applies to.
ImageVisibility
Boolean; read-write
TRUE: The image is visible.
FALSE: The image is hidden.
Remarks
You can increase redrawing speed by turning the image visibility off when you do not need it in the current drawing session. Hidden images are not displayed or plotted; only the drawing boundary is displayed. You can choose to hide an image regardless of the current viewport coordinate system, or specifically when the image is not orthogonal (aligned) with the current viewport coordinate system.
Comments? |