public CoordTransformInfo( CoordTransformInfo source )
public CoordTransformInfo( CoordTransform transform, bool reversed )
Description
The CoordTransformInfo constructor creates a new instance of the CoordTransformInfo class. There are two signatures for this constructor. The first is a copy constructor, which takes an existing CoordTransformInfo as an argument and produces a CoordTransformInfo whose value matches the argument. The second signature takes a CoordTransform and a boolean to represent whether it is a reversed transform.
Comments
0 comments
Please sign in to leave a comment.