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