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

In This Topic
    MinXMinY Property
    In This Topic
    Gets the minimum Y coordinate where the X coordinate is equal to TransformedMinX.

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

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