'Declaration Public Sub AddShape( _ ByVal ShapeType As String _ )
'Declaration
Public Sub AddShape( _ ByVal ShapeType As String _ )
'使用法 Dim instance As DrawingToolbar Dim ShapeType As String instance.AddShape(ShapeType)
'使用法
Dim instance As DrawingToolbar Dim ShapeType As String instance.AddShape(ShapeType)
public void AddShape( string ShapeType )
DrawingToolbar クラス DrawingToolbar メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.