AForge.Imaging.Textures.WoodTexture.WoodTexture C# (CSharp) 메소드

WoodTexture() 공개 메소드

Initializes a new instance of the WoodTexture class.
public WoodTexture ( double rings ) : System
rings double Wood rings amount.
리턴 System
        public WoodTexture( double rings )
        {
            this.rings = rings;
            Reset( );
        }

Same methods

WoodTexture::WoodTexture ( ) : System