ComponentFactory.Krypton.Toolkit.RenderBase.GetContentLongTextRectangle C# (CSharp) Метод

GetContentLongTextRectangle() публичный абстрактный Метод

Request the calculated position of the content long text.
public abstract GetContentLongTextRectangle ( IDisposable memento ) : Rectangle
memento IDisposable Cached values from layout call.
Результат System.Drawing.Rectangle
        public abstract Rectangle GetContentLongTextRectangle(IDisposable memento);