User Tools

Site Tools


thinkgeo.mapsuite.core.adornmentlayersdrawingeventargs

This is an old revision of the document!


ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs

This is the event arguments class for the AdornmentLayersDrawing event. It is raised before any of the AdornmentLayers are drawn.

Inheritance Hierarchy

  • System.Object
    • System.EventArgs
      • ThinkGeo.MapSuite.Core.AdornmentLayersDrawingEventArgs

Members Summary

Public Constructors

AdornmentLayersDrawingEventArgs

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

AdornmentLayersDrawingEventArgs

  • Parameters:IEnumerable<AdornmentLayer>
  • DeclaringType:N/A
  • Summary:This is a constructor for the class.

Protected Constructors

Public Methods

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

Finalize

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

MemberwiseClone

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

Public Properties

AdornmentLayers

  • Return:IEnumerable<AdornmentLayer>
  • Summary:This property gets and sets the AdornmentLayers that will be drawn.

Protected Properties

Public Events

Public Constructors

AdornmentLayersDrawingEventArgs()

This is the default constructor for the class.

Remarks

This is the default constructor. If you use this constructor, then you need to set the required properties manually.

Parameters

AdornmentLayersDrawingEventArgs(IEnumerable<AdornmentLayer>)

This is a constructor for the class.

Remarks

None

Parameters

adornmentLayers

  • Type:IEnumerable<AdornmentLayer>
  • Description:This parameter is the AdornmentLayers that will be drawn. Go Back ===== Protected Constructors ===== ===== Public Methods ===== === 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 ==== Go Back === GetType() === N/A ==== Remarks ==== N/A Return Value * Return Type:Type * Description:N/A ==== Parameters ==== Go Back === ToString() === N/A ==== Remarks ==== N/A Return Value * Return Type:String * Description:N/A ==== Parameters ==== Go Back ===== Protected Methods ===== === Finalize() === N/A ==== Remarks ==== N/A Return Value * Return Type:Void * Description:N/A ==== Parameters ==== Go Back === MemberwiseClone() === N/A ==== Remarks ==== N/A Return Value * Return Type:Object * Description:N/A ==== Parameters ==== Go Back ===== Public Properties ===== === AdornmentLayers === This property gets and sets the AdornmentLayers that will be drawn. ==== Remarks ==== None ==== Return Value ==== Return Type**:IEnumerable<AdornmentLayer>

Go Back

Protected Properties

Public Events

thinkgeo.mapsuite.core.adornmentlayersdrawingeventargs.1442484065.txt.gz · Last modified: 2015/09/17 10:01 by admin