User Tools

Site Tools


thinkgeo.mapsuite.silverlightcore.georadialgradientbrush

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
thinkgeo.mapsuite.silverlightcore.georadialgradientbrush [2015/08/20 03:08]
127.0.0.1 external edit
— (current)
Line 1: Line 1:
-====== ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush ====== 
- 
- 
- 
-<!-- Class --> 
-===== Inheritance Hierarchy ===== 
-*System.Object 
-**[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush]] 
-***[[ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush]] 
-===== Members Summary ===== 
-==== Public Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GeoRadialGradientBrush(Collection<​GeoGradientStop>​)|GeoRadialGradientBrush]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> ​  ​| ​   |    | 
- 
-==== Protected Constructors ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​GeoRadialGradientBrush()|GeoRadialGradientBrush]] ​  ​| ​   |    |    | 
- 
-==== Public Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​Equals(Object)|Equals]] ​  | Object ​  | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetHashCode()|GetHashCode]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​GetType()|GetType]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​PublicMethod.gif|Public Method}}[[#​ToString()|ToString]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Protected Methods ==== 
-^ Name ^ Parameters ^ DeclaringType ^ Summary ^ 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​Finalize()|Finalize]] ​  ​| ​   | Object ​  ​| ​   | 
-| {{wiki:​ProtectedMethod.gif|Protected Method}}[[#​MemberwiseClone()|MemberwiseClone]] ​  ​| ​   | Object ​  ​| ​   | 
- 
-==== Public Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Center|Center]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoGradientSpreadMethod|GeoGradientSpreadMethod]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod|GeoGradientSpreadMethod]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoGradientStops|GeoGradientStops]] ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GeoMappingMode|GeoMappingMode]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode|GeoBrushMappingMode]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​GradientOrigin|GradientOrigin]] ​  | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Id|Id]] ​  | Int64   | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​Opacity|Opacity]] ​  | Double ​  | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrush|GeoBrush]] ​  ​| ​   | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RadiusX|RadiusX]] ​  | Double ​  ​| ​   |    | 
-| {{wiki:​PublicProperty.gif|Public Property}}[[#​RadiusY|RadiusY]] ​  | Double ​  ​| ​   |    | 
- 
-==== Protected Properties ==== 
-^ Name ^ Return ^ DeclaringType ^ Summary ^ 
- 
-==== Public Events ==== 
-^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ 
- 
-===== Public Constructors ===== 
-==== GeoRadialGradientBrush(Collection<​GeoGradientStop>​) ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| geoGradientStops ​  | Collection<​[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop} --> ​  ​| ​   | 
- 
-[[#Public Constructors|Go Back]] 
-===== Protected Constructors ===== 
-==== GeoRadialGradientBrush() ==== 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-[[#​Protected Constructors|Go Back]] 
-===== Public Methods ===== 
-==== Equals(Object) ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Boolean<​!-- System.Boolean --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
-| obj   | Object<​!-- System.Object --> ​  ​| ​   | 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetHashCode() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Int32<​!-- System.Int32 --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== GetType() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Type<!-- System.Type --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-==== ToString() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| String<​!-- System.String --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#Public Methods|Go Back]] 
-===== Protected Methods ===== 
-==== Finalize() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Void<!-- System.Void --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-==== MemberwiseClone() ==== 
-=== Return Value === 
-^ Return Type ^ Description ^ 
-| Object<​!-- System.Object --> ​  ​| ​   | 
- 
-=== Parameters === 
-^  Name ^  Type ^  Description ^ 
- 
-<!-- System.Object --> 
-[[#​Protected Methods|Go Back]] 
-===== Public Properties ===== 
-==== Center ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== GeoGradientSpreadMethod ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod|GeoGradientSpreadMethod]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== GeoGradientStops ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Collection<​[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]><​!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop} --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== GeoMappingMode ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode|GeoBrushMappingMode]]<​!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== GradientOrigin ==== 
-=== Return Value === 
-^ Return Type ^ 
-| [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<​!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== Id ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Int64<​!-- System.Int64 --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> 
-[[#Public Properties|Go Back]] 
-==== Opacity ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> 
-[[#Public Properties|Go Back]] 
-==== RadiusX ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-==== RadiusY ==== 
-=== Return Value === 
-^ Return Type ^ 
-| Double<​!-- System.Double --> ​  | 
- 
-<!-- ThinkGeo.MapSuite.SilverlightCore.GeoRadialGradientBrush --> 
-[[#Public Properties|Go Back]] 
-===== Protected Properties ===== 
-===== Public Events ===== 
-__NOTOC__ 
-[[Category:​SilverlightMapSuiteCore]] 
-[[Category:​ThinkGeo.MapSuite.SilverlightCore]] 
-[[Category:​UpdateDocumentation]] 
  
thinkgeo.mapsuite.silverlightcore.georadialgradientbrush.1440040134.txt.gz ยท Last modified: 2015/09/21 03:21 (external edit)