'宣言 Public Function DrawWindowFrame( _ ByVal smallCaption As Boolean, _ ByVal framePart As ThemedWindow.FramePart, _ ByVal active As Boolean, _ ByRef drawParams As UIElementDrawParams, _ ByVal rect As Rectangle, _ ByVal clipRect As Rectangle _ ) As Boolean
public bool DrawWindowFrame( bool smallCaption, ThemedWindow.FramePart framePart, bool active, ref UIElementDrawParams drawParams, Rectangle rect, Rectangle clipRect )