Interface ISVGFitToViewBox

Interface ISVGFitToViewBox

名称: Aspose.Svg 会議: Aspose.SVG.dll (25.5.0)

インターフェイス SVGFitToViewBox は、XML 属性を持つ要素に適用される DOM 属性を「viewBox」と「保存AspectRatio」と定義します。

[DOMObject]
[DOMNoInterfaceObject]
[ComVisible(true)]
public interface ISVGFitToViewBox

Properties

PreserveAspectRatio

指定された要素に「保存AspectRatio」を割り当てる。

[DOMName("preserveAspectRatio")]
SVGAnimatedPreserveAspectRatio PreserveAspectRatio { get; }

不動産価値

SVGAnimatedPreserveAspectRatio

ViewBox

指定された要素に「viewBox」を割り当てる。

[DOMName("viewBox")]
SVGAnimatedRect ViewBox { get; }

不動産価値

SVGAnimatedRect

 日本語