====== ThinkGeo.Core.GeoTextureBrush ====== ===== Inheritance Hierarchy ===== *System.Object *ThinkGeo.Core.GeoBrush ***ThinkGeo.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.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.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //rectangleF// * Type:[[ThinkGeo.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,GeoBrushWrapMode) ** * //This is a constructor for the class.// == Remarks == * //None// == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //wrapMode// * Type:[[ThinkGeo.Core.GeoBrushWrapMode|GeoBrushWrapMode]] * Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture.
** {{wiki:PublicMethod.gif|}} GeoTextureBrush(GeoImage,GeoBrushWrapMode,DrawingRectangleF) ** * //This is a constructor for the class.// == Remarks == * //None// == Parameters == * //image// * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] * Description:This parameter is the image you want to use as the texture. * //wrapMode// * Type:[[ThinkGeo.Core.GeoBrushWrapMode|GeoBrushWrapMode]] * Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture. * //rectangleF// * Type:[[ThinkGeo.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|}} GetType() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Type * 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 ==
===== Protected Methods ===== ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Object * Description:N/A == Parameters ==
** {{wiki:ProtectedMethod.gif|}} Finalize() ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Void * Description:N/A == Parameters ==
==== Public Properties ==== ** {{wiki:PublicProperty.gif|}} GeoImage ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.Core.GeoImage|GeoImage]] ** {{wiki:PublicProperty.gif|}} DrawingRectangleF ** * //N/A// == Remarks == * //None// == Return Value == * Type:[[ThinkGeo.Core.DrawingRectangleF|DrawingRectangleF]] ** {{wiki:PublicProperty.gif|}} GeoWrapMode ** * //N/A// == 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.Core.GeoBrushWrapMode|GeoBrushWrapMode]] ** {{wiki:PublicProperty.gif|}} Id ** * //N/A// == Remarks == * //N/A// == Return Value == * Type:Int64 ==== Protected Properties ==== ==== Public Events ====