User Tools

Site Tools


thinkgeo.mapsuite.core.geotexturebrush

This is an old revision of the document!


ThinkGeo.MapSuite.Core.GeoTextureBrush

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

GeoTextureBrush

  • Parameters:GeoImage
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

GeoTextureBrush

GeoTextureBrush

  • Parameters:GeoImage,GeoWrapMode
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

GeoTextureBrush

Protected Constructors

Public Methods

CloneDeep

  • Parameters:N/A
  • DeclaringType:GeoBrush
  • Summary:N/A

Equals

  • Parameters:Object
  • DeclaringType:Object
  • Summary:N/A

GetHashCode

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

GetType

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

ToString

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Protected Methods

CloneDeepCore

  • Parameters:N/A
  • DeclaringType:GeoBrush
  • Summary:N/A

Finalize

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

MemberwiseClone

  • Parameters:N/A
  • DeclaringType:Object
  • Summary:N/A

Public Properties

DrawingRectangleF

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

GeoImage

  • Return:GeoImage
  • Summary:This property gets and sets the GeoImage used for the texture fill.

GeoWrapMode

  • Return:GeoWrapMode
  • Summary: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.

Id

  • Return:Int64
  • Summary:N/A

Protected Properties

Public Events

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. Go Back === 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. Go Back === 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. Go Back === 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 * Type:DrawingRectangleF * Description:This parameter is a rectangle (in screen coordinates) that specifies the area you want to use for the texture.

Go Back

Protected Constructors

Public Methods

CloneDeep()

N/A

Remarks

N/A

Return Value

Parameters

Equals(Object)

N/A

Remarks

N/A

Return Value

  • Return Type:Boolean
  • Description:N/A

Parameters

obj

  • Type:Object
  • Description:N/A

Go Back

GetHashCode()

N/A

Remarks

N/A

Return Value

  • Return Type:Int32
  • Description:N/A

Parameters

GetType()

N/A

Remarks

N/A

Return Value

  • Return Type:Type
  • Description:N/A

Parameters

ToString()

N/A

Remarks

N/A

Return Value

  • Return Type:String
  • Description:N/A

Parameters

Protected Methods

CloneDeepCore()

N/A

Remarks

N/A

Return Value

Parameters

Finalize()

N/A

Remarks

N/A

Return Value

  • Return Type:Void
  • Description:N/A

Parameters

MemberwiseClone()

N/A

Remarks

N/A

Return Value

  • Return Type:Object
  • Description:N/A

Parameters

Public Properties

DrawingRectangleF

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

Remarks

None

Return Value

GeoImage

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

Remarks

None

Return Value

Return Type:GeoImage

Go Back

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

Return Type:GeoWrapMode

Go Back

Id

N/A

Remarks

N/A

Return Value

Return Type:Int64

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.geotexturebrush.1442485821.txt.gz · Last modified: 2015/09/17 10:30 by admin