CCT.NUI.Core.OpenNI.DepthDataFrameFactory.DepthDataFrameFactory C# (CSharp) Метод

DepthDataFrameFactory() публичный Метод

public DepthDataFrameFactory ( IntSize size ) : System
size IntSize
Результат System
        public DepthDataFrameFactory(IntSize size)
        {
            this.size = size;
        }
DepthDataFrameFactory