'Declaration Sub DrawRoundedRectangle( _ ByVal brush As Brush, _ ByVal pen As Pen, _ ByVal rect As Rectangle, _ ByVal radiusX As Double, _ ByVal radiusY As Double _ )
'Declaration
Sub DrawRoundedRectangle( _ ByVal brush As Brush, _ ByVal pen As Pen, _ ByVal rect As Rectangle, _ ByVal radiusX As Double, _ ByVal radiusY As Double _ )
void DrawRoundedRectangle( Brush brush, Pen pen, Rectangle rect, double radiusX, double radiusY )
IDrawingContext インタフェース IDrawingContext メンバ
© MESCIUS inc. All rights reserved.