'Declaration <DescriptionAttribute("An array of arrays, each representing a stroked path, in default user space.")> <DefaultValueAttribute(null)> <CategoryAttribute("Common")> Public Property InkPoints As System.Drawing.PointF[][]
[Description("An array of arrays, each representing a stroked path, in default user space.")] [DefaultValue(null)] [Category("Common")] public System.Drawing.PointF[][] InkPoints { get; set; }
[Description("An array of arrays, each representing a stroked path, in default user space.")] [DefaultValue(null)] [Category("Common")] public: __property System.Drawing.PointF[][] get_InkPoints(); public: __property void set_InkPoints(
System.Drawing.PointF[]* value
);
[Description("An array of arrays, each representing a stroked path, in default user space.")] [DefaultValue(null)] [Category("Common")] public:
property System.Drawing.PointF[][] InkPoints { System.Drawing.PointF[][] get(); void set(array<System.Drawing.PointF>^ value); }