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

In This Topic
    TransformedMinY Property
    In This Topic
    Gets the minimum Y coordinate among the transformed points.

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

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