====== ThinkGeo.MapSuite.Drawing.GeoHatchBrush ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Drawing.GeoBrush ***ThinkGeo.MapSuite.Drawing.GeoHatchBrush** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,GeoColor) ** * //This is the constructor for the class.// == Remarks == * //You will use this constructor when you want to only specify the foreground color of the pattern and leave the background transparent.// == Parameters == * //hatchStyle// * Type:[[ThinkGeo.MapSuite.Drawing.GeoHatchStyle|GeoHatchStyle]] * Description:This property is the hatch pattern you want to use to fill the area. * //foregroundColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:This property is the foreground color you want to use for the pattern.
** {{wiki:PublicMethod.gif|}} GeoHatchBrush(GeoHatchStyle,GeoColor,GeoColor) ** * //This is the constructor for the class.// == Remarks == * //This constructor allows you to choose both the background and foreground color for the pattern.// == Parameters == * //hatchStyle// * Type:[[ThinkGeo.MapSuite.Drawing.GeoHatchStyle|GeoHatchStyle]] * Description:This property is the hatch pattern you want to use to fill the area. * //foregroundColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:This property is the foreground color you want to use for the pattern. * //backgroundColor// * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] * Description:This property is the background color you want to use for the pattern.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CloneDeep() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoBrush|GeoBrush]] * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} ToString() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:String * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} Equals(Object) ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Boolean * Description:N/A == Parameters == * //obj// * Type:Object * Description:N/A
** {{wiki:PublicMethod.gif|}} GetHashCode() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int32 * Description:N/A == Parameters ==
** {{wiki:PublicMethod.gif|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * Description:N/A == Parameters ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} CloneDeepCore() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoBrush|GeoBrush]] * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} HatchStyle ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoHatchStyle|GeoHatchStyle]] ** {{wiki:PublicProperty.gif|}} ForegroundColor ** * //N/A// == Remarks == * //In this case the background color will be transparent.// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} BackgroundColor ** * //N/A// == Remarks == * //In this case the foreground color will be transparent.// == Return Value == * Type:[[ThinkGeo.MapSuite.Drawing.GeoColor|GeoColor]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 ==== Protected Properties ==== ==== Public Events ====