ZForge.Controls.TreeViewAdv.Tree.NodeControls.BaseTextControl.MeasureSize C# (CSharp) Méthode

MeasureSize() public méthode

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
Résultat System.Drawing.Size
        public override Size MeasureSize(TreeNodeAdv node, DrawContext context)
        {
            return GetLabelSize(node, context);
        }