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