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

In This Topic
    MaxXMaxY Property
    In This Topic
    Gets the maximum Y coordinate where the X coordinate is equal to TransformedMaxX.

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

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