VietOCR.NET.OCRImageEntity.SetResolution C# (CSharp) 메소드

SetResolution() 공개 메소드

public SetResolution ( int dpiX, int dpiY ) : void
dpiX int
dpiY int
리턴 void
        public void SetResolution(int dpiX, int dpiY)
        {
            this.dpiX = dpiX;
            this.dpiY = dpiY;
        }