C# Class ikvm.awt.J2C

This class has some static convertion methods from Java to C# objects
ファイルを表示 Open project: samskivert/ikvm-monotouch Class Usage Examples

Private Methods

Method Description
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