Class SVGPathSegCurvetoCubicSmoothRel

SVGPathSegCurvetoCubicSmoothRel class

SVGPathSegCurvetoCubicSmoothRel 接口对应一个“相对光滑的三次曲线”(s)路径数据命令。

public class SVGPathSegCurvetoCubicSmoothRel : SVGPathSeg

特性

姓名描述
PathSegType { get; }此接口上定义的常量之一指定的路径段类型。
PathSegTypeAsLetter { get; }路径段的类型,由对应的单字符命令名指定。
X { get; set; }此路径段终点的相对 X 坐标。
X2 { get; set; }第二个控制点的相对 X 坐标。
Y { get; set; }此路径段终点的相对 Y 坐标。
Y2 { get; set; }第二个控制点的相对 Y 坐标。

方法

姓名描述
Dispose()释放非托管和 - 可选 - 托管资源。
virtual GetPlatformType()此方法用于检索 ECMAScript 对象Type.

也可以看看