Java 프로젝트에 누락 된 BufferedImage 기능을 대체하는 가장 좋은 방법은 무엇입니까? IKVM을 사용하여 .NET으로 변환 중입니까? 그렇지 않으면 정상적으로 실행되는 응용 프로그램을 실행할 때 기본적으로 "cli.System.NotImplementedException : BufferedImage"예외가 발생합니다.
나는이 시도했지만, 작동하지 않는 것 : Application.SetUnhandledExceptionMode(UnhandledExceptionMode.CatchException);
Application.ThreadException += new System.Threading.ThreadExceptionEventHandler(Application_
반경 r 인 정삼각형 인 사용자 정의 선을 그려야합니다. 분명히 나는 할 수 없다 : Dim triangleSide As Single = CSng(3 * r/Math.Sqrt(3))
Dim triangleHeight As Single = CSng(3 * r/2)
path = New GraphicsPath()
Dim points