====== ThinkGeo.MapSuite.Core.GeoTextureBrush ====== {{section>upgrade_map_suite_to_10.0}} This class is used to fill an area with a image texture. ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.MapSuite.Core.GeoBrush ***ThinkGeo.MapSuite.Core.GeoTextureBrush** ===== Members Summary ===== ==== Public Constructors ==== ** {{wiki:PublicMethod.gif|}} GeoTextureBrush(GeoImage) ** * //This is a constructor for the class.// == Remarks == * //You will use this constructor when you want to use the Tile wrap mode and you want the image fill to encompass the entire shape.// == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture.
** {{wiki:PublicMethod.gif|}} GeoTextureBrush(GeoImage,DrawingRectangleF) ** * //This is a constructor for the class.// == Remarks == * //This method allows you to pass in a rectangle in screen coordinates to determine how much of the area is textured.// == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //rectangleF// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture.
** {{wiki:PublicMethod.gif|}} GeoTextureBrush(GeoImage,GeoWrapMode) ** * //This is a constructor for the class.// == Remarks == * //None// == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //wrapMode// * Type:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] * Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture.
** {{wiki:PublicMethod.gif|}} GeoTextureBrush(GeoImage,GeoWrapMode,DrawingRectangleF) ** * //This is a constructor for the class.// == Remarks == * //None// == Parameters == * //image// * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //wrapMode// * Type:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] * Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture. * //rectangleF// * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] * Description:This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture.
==== Protected Constructors ==== ==== Public Methods ==== ** {{wiki:PublicMethod.gif|}} CloneDeep() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:[[ThinkGeo.MapSuite.Core.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.Core.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|}} GeoImage ** This property gets and sets the GeoImage used for the texture fill. == Remarks == None == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} DrawingRectangleF ** This property gets and sets the screen rectangle used to fill the texture. == Remarks == None == Return Value == * Type:[[ThinkGeo.MapSuite.Core.DrawingRectangleF|DrawingRectangleF]] ** {{wiki:PublicProperty.gif|}} GeoWrapMode ** This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture. == Remarks == This property gets and sets the wrap mode that is used to determine how an area is filled if the area is larger than the texture. == Return Value == * Type:[[ThinkGeo.MapSuite.Core.GeoWrapMode|GeoWrapMode]] ** {{wiki:PublicProperty.gif|}} Id ** N/A == Remarks == N/A == Return Value == * Type:Int64 ==== Protected Properties ==== ==== Public Events ====