Search
ContainerNode.GetEffectiveCaptionBackBrush Method
See Also
 





Creates a System.Drawing.Brush object representing the currently effective caption back brush of the container.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Brush GetEffectiveCaptionBackBrush (
    RectangleF bounds,
    float dx,
    float dy
)

Visual Basic  Copy Code

Public Function GetEffectiveCaptionBackBrush( _
    bounds As RectangleF, _
    dx As Single, _
    dy As Single _
) As Brush

 Parameters

bounds

dx

dy

 Return Value

 Remarks

This method returns a system brush corresponding to the container's CaptionBackBrush if the container's CaptionBackBrush is not null, or a system brush corresponding to the CaptionBackBrush property of the container's style. This method can return null. The returned object (if any) must be disposed by the caller.

 See Also