ImageMagick.PointInfoCollection.NativeMethods.X86.PointInfoCollection_Set C# (CSharp) Method

PointInfoCollection_Set() private method

private PointInfoCollection_Set ( IntPtr Instance, UIntPtr index, double x, double y ) : void
Instance System.IntPtr
index System.UIntPtr
x double
y double
return void
        public static extern void PointInfoCollection_Set(IntPtr Instance, UIntPtr index, double x, double y);
      }