|
Reads a geometry object from a stream of bytes in AGF format applying the specified transform during the read.
.NET Syntax
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
Java Syntax
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
PHP Syntax
virtual MgGeometry Read(MgByteReader agf, MgTransform transform);
|
- Parameters:
-
- Returns:
- An instance of MgGeometry that corresponds to the specified AGF with the specified transform applied.
|