'宣言 Public Function DrawProgressBar( _ ByVal orientation As Orientation, _ ByRef drawParams As UIElementDrawParams, _ ByVal rect As Rectangle, _ ByVal clipRect As Rectangle, _ ByVal percent As Integer _ ) As Boolean
public bool DrawProgressBar( Orientation orientation, ref UIElementDrawParams drawParams, Rectangle rect, Rectangle clipRect, int percent )