Ensage.Common.Objects.DrawObjects.DrawRect.DrawRect C# (CSharp) 메소드

DrawRect() 공개 메소드

Initializes a new instance of the DrawRect class.
public DrawRect ( SharpDX.Color color ) : SharpDX
color SharpDX.Color /// The color. ///
리턴 SharpDX
        public DrawRect(Color color)
        {
            this.Color = color;
        }

Same methods

DrawRect::DrawRect ( DotaTexture texture ) : SharpDX