Click or drag to resize

TransformFactory Class

The TransformFactory creates WPF transformations which can be used as RenderTransform for child canvases of the GeoCanvas object.
Inheritance Hierarchy
SystemObject
  Ptv.XServer.Controls.Map.ToolsTransformFactory

Namespace:  Ptv.XServer.Controls.Map.Tools
Assembly:  Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntax
public class TransformFactory

The TransformFactory type exposes the following members.

Constructors
  NameDescription
Public methodTransformFactory
Initializes a new instance of the TransformFactory class
Top
Methods
  NameDescription
Public methodStatic memberCreateTransform
Returns a Transform object for a spatial reference.
Top
Extension Methods
  NameDescription
Public Extension MethodToJson
Converts an object to a JSON string representation.
(Defined by JSONWriter.)
Top
See Also