예제 #1
0
 public static unsafe void ImageTransformParameter(this HPImageTransform thisApi, [Flow(FlowDirection.In)] HP target, [Flow(FlowDirection.In)] ImageTransformPNameHP pname, [Count(Computed = "pname"), Flow(FlowDirection.In)] ReadOnlySpan <float> @params)
 {
     // SpanOverloader
     thisApi.ImageTransformParameter(target, pname, in @params.GetPinnableReference());
 }
예제 #2
0
 public static unsafe void GetImageTransformParameter(this HPImageTransform thisApi, [Flow(FlowDirection.In)] ImageTransformTargetHP target, [Flow(FlowDirection.In)] ImageTransformPNameHP pname, [Count(Computed = "pname"), Flow(FlowDirection.Out)] Span <int> @params)
 {
     // SpanOverloader
     thisApi.GetImageTransformParameter(target, pname, out @params.GetPinnableReference());
 }