ZForge.Controls.TreeViewAdv.Tree.NodeControls.NodeCheckBox.MeasureSize C# (CSharp) Method

MeasureSize() public method

public MeasureSize ( TreeNodeAdv node, DrawContext context ) : Size
node TreeNodeAdv
context DrawContext
return System.Drawing.Size
        public override Size MeasureSize(TreeNodeAdv node, DrawContext context)
        {
            return new Size(ImageSize, ImageSize);
        }