Exemplo n.º 1
0
 /// <summary>
 /// Method to set the <see cref="Envelope"/>
 /// </summary>
 private void SetEnvelope()
 {
     _worldFile = _worldFile ?? new WorldFile(1, 0, 0, -1, 0, _image.Height);
     _envelope  = _worldFile.ToGroundBounds(_image.Width, _image.Height).EnvelopeInternal;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Method to set the <see cref="Envelope"/>
 /// </summary>
 private void SetEnvelope()
 {
     _worldFile = _worldFile ?? new WorldFile(1, 0, 0, -1, 0, _image.Height);
     _envelope = _worldFile.ToGroundBounds(_image.Width, _image.Height).EnvelopeInternal;
 }