Method | Description | |
---|---|---|
FillGeometry ( GeometrySink sink ) : void |
使用当前的路径填充指定的路径几何。
|
|
ToString ( ) : string |
返回当前对象的字符串表示形式。
|
Method | Description | |
---|---|---|
PathSegment ( PathType type, System.Vector2 end ) : System |
使用指定的路径段类型和终结点初始化 PathSegment 类的新实例。
|
public abstract FillGeometry ( GeometrySink sink ) : void | ||
sink | GeometrySink | 要填充的路径几何。 |
return | void |
protected PathSegment ( PathType type, System.Vector2 end ) : System | ||
type | PathType | 路径段的类型。 |
end | System.Vector2 | 路径的终结点。 |
return | System |