START

  • 2559
  • 0

摘要:START

PO文測試

程式碼:

public static readonly DependencyProperty KinectProperty = DependencyProperty.Register(
            "Kinect", 
            typeof(KinectSensor), 
            typeof(TexturedFaceMeshViewer), 
            new UIPropertyMetadata(
                null, 
                (o, args) =>
                ((TexturedFaceMeshViewer)o).OnKinectChanged((KinectSensor)args.OldValue, (KinectSensor)args.NewValue)));
 

 

Rz

 

 

 

  Rz     should work (hard)