User Tools

Site Tools


12.0:apis:thinkgeo.core.geotexturebrush

ThinkGeo.Core.GeoTextureBrush

Inheritance Hierarchy

  • System.Object
    • ThinkGeo.Core.GeoBrush
      • ThinkGeo.Core.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,GeoBrushWrapMode)

  • 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,GeoBrushWrapMode,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

GetType()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Type
  • Description:N/A
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

Protected Methods

MemberwiseClone()

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

Finalize()

  • N/A
Remarks
  • N/A
Return Value
  • Type:Void
  • 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

12.0/apis/thinkgeo.core.geotexturebrush.txt · Last modified: 2019/09/26 09:31 (external edit)