Exemplo n.º 1
0
 public ImageFrame(ImageFormat format, int width, int height, uint alignmentBoundary) :
     base(UnsafeNativeMethods.MpImageFrameCreate((int)format, width, height, alignmentBoundary))
 {
 }