User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.geotexturebrush

ThinkGeo.MapSuite.SilverlightCore.GeoTextureBrush

Note: The page was created before Map Suite 10. Map Suite 10.0 organized many classes into new namespaces and assemblies as well as had a few minor breaks in compatibility. The majority of previously built code should work without modification assuming the new namespaces are added. For guidance on upgrading your existing code, please check out MapSuite 10 Upgrade Guide.

This class is used to fill an area with a image texture.

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.MapSuite.SilverlightCore.GeoBrush
      • ThinkGeo.MapSuite.SilverlightCore.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

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

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

This property gets and sets the GeoImage used for the texture fill.

Remarks

None

Return Value

DrawingRectangleF

This property gets and sets the screen rectangle used to fill the texture.

Remarks

None

Return Value

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

Id

N/A

Remarks

N/A

Return Value
  • Type:Int64

Opacity

N/A

Remarks

N/A

Return Value
  • Type:Double

Protected Properties

Public Events

thinkgeo.mapsuite.silverlightcore.geotexturebrush.txt · Last modified: 2017/03/16 21:59 (external edit)