'宣言 Protected Overridable Sub ScaleCore( _ ByVal x As System.Single, _ ByVal y As System.Single _ )
'使用法 Dim instance As BaseForm Dim x As System.Single Dim y As System.Single instance.ScaleCore(x, y)
protected virtual void ScaleCore( System.float x, System.float y )
BaseForm クラス BaseForm メンバ