Translates the origin of the graphics context to the point (x, y) in the current coordinate system. Methods inherited from class java.lang.Object clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, waitConstructor Detail Graphics protected Graphics() Constructs a new Graphics objec...
Your Java Virtual Machine vendor provides the necessary concrete classes for your environment. You never need to worry about the platform-specific classes; once you have a Graphics object, you can call all the methods of the Graphics class, confident that the platform-specific classes will work ...
abstract void translate (int x, int y) Translates the origin of the graphics context to the point ( x , y ) in the current coordinate system.Methods inherited from class java.lang. Object clone , equals , getClass , hashCode , notify , notifyAll , wait , wait , wait Constructor...
Create a picture by making a copy of what has already been recorded in src. Properties Methods 展开表 Explicit Interface Implementations Extension Methods Applies to 产品版本 .NET for Android.NET for Android API 34, .NET for Android API 35 ...
Outline Class Reference Feedback Definition Namespace: Android.Graphics Assembly: Mono.Android.dll Defines a simple shape, used for bounding graphical regions. [Android.Runtime.Register("android/graphics/Outline", DoNotGenerateAcw=true)] public sealed class Outline : Java.Lang.Object Inheritance ...
[Android.Runtime.Register("android/graphics/Typeface", DoNotGenerateAcw=true)]publicclassTypeface:Java.Lang.Object Inheritance Object Object Typeface Attributes RegisterAttribute Remarks The Typeface class specifies the typeface and intrinsic style of a font. This is used in the paint, along with optio...
Class Returns the runtime class of this Object. (Inherited from Object) Handle The handle to the underlying Android instance. (Inherited from Object) JniIdentityHashCode (Inherited from Object) JniPeerMembers PeerReference (Inherited from Object) ThresholdClass This API supports the Mono...
[Android.Runtime.Register("android/graphics/YuvImage", DoNotGenerateAcw=true)] public class YuvImage : Java.Lang.ObjectInheritance Object Object YuvImage Attributes RegisterAttribute RemarksYuvImage contains YUV data and provides a method that compresses a region of the YUV data to a Jpeg. The ...
Themethodnamerepresents the basic graphics operation that is used to do the actual rendering work of aGraphicsmethod invocation. These method names will not necessarily map directly to methods on theGraphicsobject, nor will the number of calls made on theGraphicsobject map directly to the number ...
If more customization is required (e.g. when creating a platform-specific installer) the natives may be extracted manually and loaded via java.library.path. See the Configuration class for more options.LWJGL 3 requires Java 8 or later to build and run and currently supports the following ...