Interface ISVGFitToViewBox
Interface ISVGFitToViewBox
이름 공간 : Aspose.Svg 모임: Aspose.SVG.dll (25.5.0)
인터페이스 SVGFitToViewBox는 XML 속성 ‘viewBox’ 및 ‘reserveAspectRatio’를 가진 요소에 적용되는 DOM 속성을 정의합니다.
[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox
Properties
PreserveAspectRatio
해당 요소에 ‘reserveAspectRatio’를 지정하는 것과 일치합니다.
[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }
부동산 가치
SVGAnimatedPreserveAspectRatio
ViewBox
해당 요소에 ‘viewBox’를 부여하는 것과 일치합니다.
[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }