메소드 | 설명 | |
---|---|---|
DrawBackExpertChecked ( |
Draw a background for an expert style button that is checked.
|
|
DrawBackExpertCheckedTracking ( |
Draw a background for an expert style button that is checked and tracking.
|
|
DrawBackExpertPressed ( |
Draw a background for an expert style button with pressed effect.
|
|
DrawBackExpertSquareHighlight ( |
Draw a background for an expert style button has a square inside with highlight.
|
|
DrawBackExpertTracking ( |
Draw a background for an expert style button with tracking effect.
|
메소드 | 설명 | |
---|---|---|
AngleFromOrientation ( VisualOrientation orientation ) : float | ||
CreateBorderPath ( |
||
DrawBackExpert ( |
||
DrawBackSolid ( |
||
RenderExpertHelpers ( ) : System |
public static DrawBackExpertChecked ( |
||
context | Rendering context. | |
rect | Rectangle to draw. | |
backColor1 | Color | First color. |
backColor2 | Color | Second color. |
orientation | VisualOrientation | Drawing orientation. |
path | Clipping path. | |
memento | IDisposable | Cache used for drawing. |
리턴 | IDisposable |
public static DrawBackExpertCheckedTracking ( |
||
context | Rendering context. | |
rect | Rectangle to draw. | |
backColor1 | Color | First color. |
backColor2 | Color | Second color. |
orientation | VisualOrientation | Drawing orientation. |
path | Clipping path. | |
memento | IDisposable | Cache used for drawing. |
리턴 | IDisposable |
public static DrawBackExpertPressed ( |
||
context | Rendering context. | |
rect | Rectangle to draw. | |
backColor1 | Color | First color. |
backColor2 | Color | Second color. |
orientation | VisualOrientation | Drawing orientation. |
path | Clipping path. | |
memento | IDisposable | Cache used for drawing. |
리턴 | IDisposable |
public static DrawBackExpertSquareHighlight ( |
||
context | Rendering context. | |
rect | Rectangle to draw. | |
backColor1 | Color | First color. |
backColor2 | Color | Second color. |
orientation | VisualOrientation | Drawing orientation. |
path | Clipping path. | |
memento | IDisposable | Cache used for drawing. |
light | bool | Use the 'light' variation. |
리턴 | IDisposable |
public static DrawBackExpertTracking ( |
||
context | Rendering context. | |
rect | Rectangle to draw. | |
backColor1 | Color | First color. |
backColor2 | Color | Second color. |
orientation | VisualOrientation | Drawing orientation. |
path | Clipping path. | |
memento | IDisposable | Cache used for drawing. |
리턴 | IDisposable |