InkDrawingNode.Centroid 属性
返回已识别形状的中心点。
命名空间: System.Windows.Ink
程序集: IAWinFX(在 IAWinFX.dll 中)
语法
声明
Public ReadOnly Property Centroid As Point
用法
Dim instance As InkDrawingNode
Dim value As Point
value = instance.Centroid
public Point Centroid { get; }
public:
property Point Centroid {
Point get ();
}
/** @property */
public Point get_Centroid()
public function get Centroid () : Point
属性值
类型:System.Windows.Point
已识别形状的中心点。
备注
对于未识别的形状,则会返回坐标为 (0,0) 的点。
平台
Windows Vista
.NET Framework 和 .NET Compact Framework 并不是对每个平台的所有版本都提供支持。有关支持的版本的列表,请参见.NET Framework 系统要求。
版本信息
.NET Framework
受以下版本支持:3.0