User Tools

Site Tools


api:thinkgeo.mapsuite.drawing.geotexturebrush

ThinkGeo.MapSuite.Drawing.GeoTextureBrush

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.Drawing.GeoBrush
      • ThinkGeo.MapSuite.Drawing.GeoTextureBrush

Members Summary

Public Constructors

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:GeoImage
    • Description:This parameter is the image you want to use as the texture.

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:GeoImage
    • Description:This parameter is the image you want to use as the texture.
  • rectangleF
    • Description:This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture.

GeoTextureBrush(GeoImage,GeoWrapMode)

  • This is a constructor for the class.
Remarks
  • None
Parameters
  • image
    • Type:GeoImage
    • Description:This parameter is the image you want to use as the texture.
  • wrapMode
    • Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture.

GeoTextureBrush(GeoImage,GeoWrapMode,DrawingRectangleF)

  • This is a constructor for the class.
Remarks
  • None
Parameters
  • image
    • Type:GeoImage
    • Description:This parameter is the image you want to use as the texture.
  • wrapMode
    • Description:This parameter determines the way the texture wraps when the area to fill is larger than the texture.
  • rectangleF
    • Description:This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture.

Protected Constructors

Public Methods

CloneDeep()

  • N/A
Remarks
  • N/A
Return Value
Parameters

ToString()

  • N/A
Remarks
  • N/A
Return Value
  • Type:String
  • Description:N/A
Parameters

Equals(Object)

  • N/A
Remarks
  • N/A
Return Value
  • Type:Boolean
  • Description:N/A
Parameters
  • obj
    • Type:Object
    • Description:N/A

GetHashCode()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int32
  • Description:N/A
Parameters

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
Parameters

Protected Methods

CloneDeepCore()

  • N/A
Remarks
  • N/A
Return Value
Parameters

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • Description:N/A
Parameters

MemberwiseClone()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Object
  • Description:N/A
Parameters

Public Properties

GeoImage

  • N/A
Remarks
  • None
Return Value

DrawingRectangleF

  • N/A
Remarks
  • None
Return Value

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

Id

  • N/A
Remarks
  • N/A
Return Value
  • Type:Int64

Protected Properties

Public Events

api/thinkgeo.mapsuite.drawing.geotexturebrush.txt · Last modified: 2017/01/11 06:51 (external edit)