Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / IFigure Interface / TransformedMaxY Property

In This Topic
    TransformedMaxY Property
    In This Topic
    Gets the maximum Y coordinate among the transformed points.

    Call the Flatten(Matrix3x2) method before using this property.

    Syntax
    'Declaration
     
    ReadOnly Property TransformedMaxY As System.Single
    System.float TransformedMaxY {get;}
    See Also