atk-sharp Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details. GLib.IWrapper Implemented by AtkObject subtypes on behalf of components which display image/pixmap information onscreen, and which provide information (other than just widget borders, etc.) via that image content. should be implemented by subtypes on behalf of components which display image/pixmap information onscreen, and which provide information (other than just widget borders, etc.) via that image content. For instance, icons, buttons with icons, toolbar elements, and image viewing panes typically should implement AtkImage. primarily provides two types of information: coordinate information (useful for screen review mode of screenreaders, and for use by onscreen magnifiers), and descriptive information. The descriptive information is provided for alternative, text-only presentation of the most significant information present in the image. Method System.Void x coordinate position y coordinate position specifies whether the coordinates are relative to the screen or to the components top level window Gets the position of the image in the form of a point specifying the images top-left corner. The values of and are returned as -1 if the values cannot be obtained. Method System.Void the image width the image height Get the width and height in pixels for the specified image. The values of and are returned as -1 if the values cannot be obtained. Property System.String Get a textual description of this image. a string representing the image description Property System.String To be added. To be added. To be added. Method System.Boolean a description to set for image Sets the textual description for this image. , or if operation could not be completed.