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

In This Topic
    MaxYMinX Property
    In This Topic
    Gets the minimum X coordinate where the Y coordinate is equal to TransformedMaxY.

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

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