C# 클래스 ikvm.awt.J2C

This class has some static convertion methods from Java to C# objects
파일 보기 프로젝트 열기: samskivert/ikvm-monotouch 1 사용 예제들

비공개 메소드들

메소드 설명
ConvertColor ( java color ) : Color
ConvertFont ( String name, int style, float size ) : Font
ConvertFontStyle ( int style ) : FontStyle
ConvertGlyphVector ( java gv ) : string
ConvertImage ( java img ) : Bitmap
ConvertLineJoin ( int join ) : LineJoin
ConvertPoint ( java point ) : PointF
ConvertRect ( java rect ) : Rectangle
ConvertRect ( java rect ) : RectangleF
ConvertRegion ( sun shape ) : Region
ConvertRoundRect ( int x, int y, int w, int h, int arcWidth, int arcHeight ) : GraphicsPath

Create a rounded rectangle using lines and arcs

ConvertShape ( java shape ) : GraphicsPath
ConvertTransform ( java tx ) : Matrix
CreateFontFamily ( String name ) : FontFamily