Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Svg Namespace / SvgPreserveAspectRatio Structure / SvgPreserveAspectRatio Constructor

In This Topic
    SvgPreserveAspectRatio Constructor
    In This Topic
    Initializes a new instance of the SvgPreserveAspectRatio struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal align As SvgAspectRatioAlign, _
       ByVal meetOrSlice As SvgMeetOrSlice _
    )
    public SvgPreserveAspectRatio( 
       SvgAspectRatioAlign align,
       SvgMeetOrSlice meetOrSlice
    )

    Parameters

    align
    meetOrSlice
    See Also