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

In This Topic
    MinYMaxX Property
    In This Topic
    Gets the maximum X coordinate where the Y coordinate is equal to TransformedMinY.

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

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