프로퍼티 | 타입 | 설명 | |
---|---|---|---|
GradientProperty | |||
IntensityProperty |
메소드 | 설명 | |
---|---|---|
HeatMapLayer ( ) : System |
Initializes a new instance of the HeatMapLayer class.
|
|
QueryLegendInfos ( Action |
Queries for the legend infos of a layer. The returned result is encapsulated in a LayerLegendInfo object containing one legend item showing the heat map gradient. |
메소드 | 설명 | |
---|---|---|
Cancel ( ) : void |
Stops loading of any pending images
|
|
GetSource ( DynamicLayer properties, DynamicLayer onComplete ) : void |
Gets the source image to display in the dynamic layer. Override this to generate or modify images.
|
메소드 | 설명 | |
---|---|---|
AddPoint ( ushort distanceMatrix, int size, int x, int y, int intensityMap, int width ) : void |
Adds a heat map point to the intensity matrix.
|
|
CreateDistanceMatrix ( int size ) : ushort[] |
Creates the distance matrix.
|
|
ISupportsDynamicImageByteRequests ( DynamicLayer properties, OnImageDataReceived onImageDataReceived ) : void | ||
InterpolateColor ( float value, List |
Lienarly interpolates a color from a list of colors.
|
|
OnGradientPropertyChanged ( |
GradientProperty property changed handler.
|
|
OnIntensityPropertyChanged ( |
IntervalProperty property changed handler.
|
|
OnLegendChanged ( ) : void | ||
heatMapPoints_CollectionChanged ( object sender, System e ) : void |
Handles the CollectionChanged event of the heatMapPoints control.
|
|
renderThread_DoWork ( object sender, |
Handles the DoWork event of the renderThread control. This is where we render the heatmap outside the UI thread.
|
|
renderThread_ProgressChanged ( object sender, |
Handles the ProgressChanged event of the renderThread control and fires the layer progress event.
|
|
renderThread_RunWorkerCompleted ( object sender, |
Handles the RunWorkerCompleted event of the renderThread control.
|
protected GetSource ( DynamicLayer properties, DynamicLayer onComplete ) : void | ||
properties | DynamicLayer | The image export properties. |
onComplete | DynamicLayer | The method to call when the image is ready. |
리턴 | void |
public QueryLegendInfos ( Action |
||
callback | Action |
The method to call on completion. |
errorCallback | Action |
The method to call in the event of an error. |
리턴 | void |
public static DependencyProperty,System.Windows GradientProperty | ||
리턴 |