This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
thinkgeo.mapsuite.silverlightcore.geolineargradientbrush [2015/08/20 03:08] 127.0.0.1 external edit |
thinkgeo.mapsuite.silverlightcore.geolineargradientbrush [2017/03/16 21:59] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush ====== | ====== ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush ====== | ||
| + | {{section>upgrade_map_suite_to_10.0}} | ||
| - | + | Encapsulates a GeoBrush with a linear gradient. | |
| - | <!-- Class --> | + | |
| ===== Inheritance Hierarchy ===== | ===== Inheritance Hierarchy ===== | ||
| - | *System.Object | + | *System.Object |
| - | **[[ThinkGeo.MapSuite.SilverlightCore.GeoBrush]] | + | *ThinkGeo.MapSuite.SilverlightCore.GeoBrush |
| - | ***[[ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush]] | + | ***ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush** |
| ===== Members Summary ===== | ===== Members Summary ===== | ||
| ==== Public Constructors ==== | ==== Public Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} GeoLinearGradientBrush(Vertex,Vertex,Collection<GeoGradientStop>) ** |
| - | | {{wiki:PublicMethod.gif|Public Method}}[[#GeoLinearGradientBrush(Vertex, Vertex, Collection<GeoGradientStop>)|GeoLinearGradientBrush]] | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]], [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]], Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> | | | | + | |
| + | * //N/A// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | * //startPoint// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //endPoint// | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] | ||
| + | * Description:N/A | ||
| + | |||
| + | * //geoGradientStops// | ||
| + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> | ||
| + | * Description:N/A | ||
| + | |||
| + | <div newline></div> | ||
| ==== Protected Constructors ==== | ==== Protected Constructors ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:ProtectedMethod.gif|}} GeoLinearGradientBrush() ** |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#GeoLinearGradientBrush()|GeoLinearGradientBrush]] | | | | | + | |
| + | * //Create a new instance of the GeoLinearGradientBrush with default settings.// | ||
| + | == Remarks == | ||
| + | * //N/A// | ||
| + | == Parameters == | ||
| + | <div newline></div> | ||
| ==== Public Methods ==== | ==== Public Methods ==== | ||
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | ** {{wiki:PublicMethod.gif|}} ToString() ** |
| - | | {{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 ==== | + | * //N/A// |
| - | ^ Name ^ Parameters ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#Finalize()|Finalize]] | | Object | | | + | * //N/A// |
| - | | {{wiki:ProtectedMethod.gif|Protected Method}}[[#MemberwiseClone()|MemberwiseClone]] | | Object | | | + | |
| - | ==== Public Properties ==== | + | == Return Value == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | * Type:String |
| - | | {{wiki:PublicProperty.gif|Public Property}}[[#EndPoint|EndPoint]] | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] | | | | + | * Description:N/A |
| - | | {{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}}[[#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}}[[#StartPoint|StartPoint]] | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] | | | | + | |
| - | ==== Protected Properties ==== | + | == Parameters == |
| - | ^ Name ^ Return ^ DeclaringType ^ Summary ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} Equals(Object) ** | ||
| - | ==== Public Events ==== | + | * //N/A// |
| - | ^ Name ^ Event Arguments ^ DeclaringType ^ Summary ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | ===== Public Constructors ===== | + | == Return Value == |
| - | ==== GeoLinearGradientBrush(Vertex, Vertex, Collection<GeoGradientStop>) ==== | + | * Type:Boolean |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | | startPoint | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> | | | + | |
| - | | endPoint | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> | | | + | |
| - | | geoGradientStops | Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]><!-- System.Collections.ObjectModel.Collection{ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop} --> | | | + | |
| - | [[#Public Constructors|Go Back]] | + | == Parameters == |
| - | ===== Protected Constructors ===== | + | * //obj// |
| - | ==== GeoLinearGradientBrush() ==== | + | * Type:Object |
| - | === Parameters === | + | * Description:N/A |
| - | ^ Name ^ Type ^ Description ^ | + | |
| - | [[#Protected Constructors|Go Back]] | + | <div newline></div> |
| - | ===== Public Methods ===== | + | ** {{wiki:PublicMethod.gif|}} GetHashCode() ** |
| - | ==== Equals(Object) ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Boolean<!-- System.Boolean --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| - | | obj | Object<!-- System.Object --> | | | + | * //N/A// |
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Int32 |
| - | ==== GetHashCode() ==== | + | * Description:N/A |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Int32<!-- System.Int32 --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:PublicMethod.gif|}} GetType() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Public Methods|Go Back]] | + | == Remarks == |
| - | ==== GetType() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Type<!-- System.Type --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Type |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Public Methods|Go Back]] | + | <div newline></div> |
| - | ==== ToString() ==== | + | ==== Protected Methods ==== |
| - | === Return Value === | + | ** {{wiki:ProtectedMethod.gif|}} Finalize() ** |
| - | ^ Return Type ^ Description ^ | + | |
| - | | String<!-- System.String --> | | | + | |
| - | === Parameters === | + | * //N/A// |
| - | ^ Name ^ Type ^ Description ^ | + | == Remarks == |
| + | * //N/A// | ||
| - | <!-- System.Object --> | + | == Return Value == |
| - | [[#Public Methods|Go Back]] | + | * Type:Void |
| - | ===== Protected Methods ===== | + | * Description:N/A |
| - | ==== Finalize() ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Void<!-- System.Void --> | | | + | |
| - | === Parameters === | + | == Parameters == |
| - | ^ Name ^ Type ^ Description ^ | + | <div newline></div> |
| + | ** {{wiki:ProtectedMethod.gif|}} MemberwiseClone() ** | ||
| - | <!-- System.Object --> | + | * //N/A// |
| - | [[#Protected Methods|Go Back]] | + | == Remarks == |
| - | ==== MemberwiseClone() ==== | + | * //N/A// |
| - | === Return Value === | + | |
| - | ^ Return Type ^ Description ^ | + | |
| - | | Object<!-- System.Object --> | | | + | |
| - | === Parameters === | + | == Return Value == |
| - | ^ Name ^ Type ^ Description ^ | + | * Type:Object |
| + | * Description:N/A | ||
| - | <!-- System.Object --> | + | == Parameters == |
| - | [[#Protected Methods|Go Back]] | + | <div newline></div> |
| - | ===== Public Properties ===== | + | ==== Public Properties ==== |
| - | ==== EndPoint ==== | + | ** {{wiki:PublicProperty.gif|}} StartPoint ** |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== GeoGradientSpreadMethod ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod|GeoGradientSpreadMethod]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush --> | + | ** {{wiki:PublicProperty.gif|}} EndPoint ** |
| - | [[#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.GeoLinearGradientBrush --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== GeoMappingMode ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]] |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode|GeoBrushMappingMode]]<!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush --> | + | ** {{wiki:PublicProperty.gif|}} GeoGradientStops ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== Id ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | Int64<!-- System.Int64 --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ==== Opacity ==== | + | N/A |
| - | === Return Value === | + | == Return Value == |
| - | ^ Return Type ^ | + | * Type:Collection<[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientStop|GeoGradientStop]]> |
| - | | Double<!-- System.Double --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoBrush --> | + | ** {{wiki:PublicProperty.gif|}} GeoGradientSpreadMethod ** |
| - | [[#Public Properties|Go Back]] | + | |
| - | ==== StartPoint ==== | + | |
| - | === Return Value === | + | |
| - | ^ Return Type ^ | + | |
| - | | [[ThinkGeo.MapSuite.SilverlightCore.Vertex|Vertex]]<!-- ThinkGeo.MapSuite.SilverlightCore.Vertex --> | | + | |
| - | <!-- ThinkGeo.MapSuite.SilverlightCore.GeoLinearGradientBrush --> | + | N/A |
| - | [[#Public Properties|Go Back]] | + | == Remarks == |
| - | ===== Protected Properties ===== | + | N/A |
| - | ===== Public Events ===== | + | == Return Value == |
| - | __NOTOC__ | + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoGradientSpreadMethod|GeoGradientSpreadMethod]] |
| - | [[Category:SilverlightMapSuiteCore]] | + | |
| - | [[Category:ThinkGeo.MapSuite.SilverlightCore]] | + | ** {{wiki:PublicProperty.gif|}} GeoMappingMode ** |
| - | [[Category:UpdateDocumentation]] | + | |
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:[[ThinkGeo.MapSuite.SilverlightCore.GeoBrushMappingMode|GeoBrushMappingMode]] | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Id ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Int64 | ||
| + | |||
| + | ** {{wiki:PublicProperty.gif|}} Opacity ** | ||
| + | |||
| + | N/A | ||
| + | == Remarks == | ||
| + | N/A | ||
| + | == Return Value == | ||
| + | * Type:Double | ||
| + | |||
| + | ==== Protected Properties ==== | ||
| + | ==== Public Events ==== | ||