For a list of all members of this type, see UIElementDrawParams members.
Name | Description | |
---|---|---|
AdjustForDrawing | Overloaded. Helper method that adjust the rectangle for drawing by adjusting it for right to left and zooming. | |
AdjustForRightToLeft | Takes a rectangle relative to the UIElement and adjusts it for RightToLeft, if needed. | |
AdjustForZooming | Overloaded. Adjusts the rectangle based on the drawParams' zoom factor. | |
CreateHatchBrush | Creates a System.Drawing.Drawing2D.HatchBrush with the specified colors adjusted based on the alpha settings | |
CreateSolidBrush | Creates a System.Drawing.SolidBrush with specified color adjusted based on the alpha settings | |
DrawArrowIndicator | Overloaded. Draws the arrow for a scroll button, dropdown button, etc. | |
DrawBackColor | Overloaded. Fills back color into a supplied rect (based on the current appearance settings. | |
DrawBorders | Overloaded. Draws the borders around the current element. | |
DrawButtonBorders | Overloaded. Draws button borders around the element. | |
DrawButtonRegion | Renders button borders using the specified ImageRegion | |
DrawCheckBox | Overloaded. Renders a checkbox into the Graphics object using the current alphablend settings. | |
DrawFocusRectangle | Overloaded. Draws a focus rectangle within the bounds of the element's borders. | |
DrawImage | Overloaded. Renders the specified image on the graphics object. | |
DrawImageBackground | Overloaded. Renders the ImageBackground for the current Element | |
DrawMixedCheckBox | Overloaded. Renders a checkbox into the Graphics object using the current alphablend settings. | |
DrawOffice2010ArrowIndicator | Draws the arrow for a scroll button, dropdown button, etc. | |
DrawRadioButton | Overloaded. Renders a radion/option button into the Graphics object using the current alphablend settings. | |
DrawString | Draws textToRender in specified rectangle. | |
DrawZoomedImage | Renders and scales the specified image in the center of the graphics object. | |
GetAlphaBlendColor | Returns a color with a modified Alpha channel based on whether AlphaBlending is supported and the current DrawPhaseAlphaLevel | |
GetGlyphSize | Overloaded. Attempts to determine the glyph size for an element by walking up the parent chain and looking for the editor element or the ControlElement and calling GetGlyphInfo. | |
GetPen | Returns a cached pen of the requested type. This pen should not be disposed of. It will be cleaned up eventually when the dispose method of this class is called. | |
InitUIElement | This method is used internally to initialize the UIElementDrawParams when rendering a specific element. | |
MirrorPointIfNeeded | Overloaded. Takes a point and mirrors it with respect to the UIElement if the interior of the element is RightToLeft. | |
MirrorRect | Takes a rectangle and mirrors it with respect to the parent rect. | |
MirrorRectIfNeeded | Overloaded. Takes a rectangle and mirrors it with respect to the UIElement if the interior of the element is RightToLeft. |