SvgImageCollection Members
In This Article
#Constructors
Name | Description |
---|---|
Svg |
Initializes a new instance of the Svg |
Svg |
Initializes a new instance of the Svg |
#Properties
Name | Description |
---|---|
Can |
Gets a value indicating whether the component can raise an event. Inherited from Component. |
Container | Gets the IContainer that contains the Component. Inherited from Component. |
Count |
Returns the current number of images in this collection.
Inherited from Image |
Design |
Gets a value that indicates whether the Component is currently in design mode. Inherited from Component. |
Events protected | Gets the list of event handlers that are attached to this Component. Inherited from Component. |
Image |
Gets or sets colorization mode for SVG images in the current collection.
Inherited from Image |
Image |
Returns the Svg |
Image |
Gets or sets the default size for raster images rendered based on vector images. This setting is used if a control does not specify the size.
Inherited from Image |
Item[Int32] |
Returns a collection image by its index.
Inherited from Image |
Item[String] |
Returns a collection image by its name.
Inherited from Image |
Keys |
Returns names for all images kept in this collection.
Inherited from Image |
Scaled |
Returns the actual (DPI-aware) size of images stored in this Svg |
Site | Gets or sets the ISite of the Component. Inherited from Component. |
#Methods
Name | Description |
---|---|
Add |
Adds a specific image to this collection.
Inherited from Image |
Add |
Adds a specific image to this collection.
Inherited from Image |
Add |
Adds an image from the resource assembly to this collection.
Inherited from Image |
Add |
Adds a resource image to this collection.
Inherited from Image |
Add |
Adds an image to this collection by its URI.
Inherited from Image |
Add |
Adds multiple images to this collection.
Inherited from Image |
Begin |
Starts the collection’s initialization.
Inherited from Image |
Clear() |
Removes all images from this collection.
Inherited from Image |
Clear |
Clears this collection and optionally disposes of its images. |
Contains |
Checks whether this collection contains the target image.
Inherited from Image |
Contains |
Checks whether this collection has an image with the specific name.
Inherited from Image |
Copy |
Copies all collection images to the specific array.
Inherited from Image |
Create |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
Inherited from Marshal |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
Dispose |
Releases the unmanaged resources used by the Component and optionally releases the managed resources. Inherited from Component. |
End |
Finalizes the collection initialization.
Inherited from Image |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
From |
Generates a new Svg |
From |
Generates a new Svg |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Returns a regular raster image of a specific size. This raster image is produced from a source vector image, and colorized according to the provided palette. Throws the Argument |
Get |
Returns a regular raster image of a specific size, scaled according to the size multiplier. This raster image is produced from a source vector image. Throws the Argument |
Get |
Returns a regular raster image of the desired size. The image is produced from a source vector image. Throws the System. |
Get |
Returns a regular raster image of the desired size, scaled according to the size multiplier. The image is produced from a source vector image. Throws the Argument |
Get |
Returns a regular raster image of a specific size. This raster image is produced from a source vector image, and colorized according to the provided palette. Returns null if the collection has no vector image with the given name.
Inherited from Image |
Get |
Returns a regular raster image of a specific size, scaled according to the size multiplier. This raster image is produced from a source vector image and colorized according to the provided palette. Returns null if the collection has no vector image with the given name.
Inherited from Image |
Get |
Returns a regular raster image of a specified size. The image is produced from a source vector image. Returns null if the collection has no vector image with the given name.
Inherited from Image |
Get |
Returns a regular raster image of the desired size, scaled according to the size multiplier. The image is produced from a source vector image. Returns null if the collection has no vector image with the given name.
Inherited from Image |
Get |
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
Inherited from Marshal |
Get |
Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Index |
Returns the collection index of the specific image.
Inherited from Image |
Initialize |
Obtains a lifetime service object to control the lifetime policy for this instance.
Inherited from Marshal |
Insert |
Adds the specific image to this collection, , and places this image to the specific position.
Inherited from Image |
Insert |
Adds the specific image to this collection, and places it to the specific position.
Inherited from Image |
Insert |
Adds an image from the assembly to this collection, and places this image to the specific position.
Inherited from Image |
Insert |
Adds an image from resources, and places this image to the specific position.
Inherited from Image |
Insert |
Adds an image to this collection by its URI, and places this image to the specific position.
Inherited from Image |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Memberwise |
Creates a shallow copy of the current Marshal |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Remove |
Removes the image from this collection.
Inherited from Image |
Remove |
Removes an image with the specific index from this collection.
Inherited from Image |
Remove |
Removes an image with the specific name from this collection.
Inherited from Image |
Set |
Renames the target Svg |
Set |
Renames the target Svg |
To |
Returns a String containing the name of the Component, if any. This method should not be overridden. Inherited from Component. |
#Events
Name | Description |
---|---|
Changed |
Fires when the collection changes.
Inherited from Image |
Disposed | Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component. |
See Also