public void Draw(
IGraphics g,
float width,
float height
)Public Sub Draw (
g As IGraphics,
width As Single,
height As Single
)public:
void Draw(
IGraphics^ g,
float width,
float height
)member Draw :
g : IGraphics *
width : float32 *
height : float32 -> unit