Autodesk.AutoCAD.DatabaseServices Namespace > GeomapImage Class > GeomapImage Properties > Contrast Property
GeomapImage.Contrast Property   
Description

The brightness of the map image.

Visual Basic
Public override Property Contrast() As byte
C#
public override byte Contrast;
Example

<![CDATA[Byte contrast = GeomapImage.Contrast;]]>

Links
   Comments?