OverlayCommand Properties |
The OverlayCommand type exposes the following members.
Name | Description | |
---|---|---|
![]() | ApplyToAnyPixelFormat | Reports whether or not this command will be applied to any supplied PixelFormat image (Inherited from ImageCommand.) |
![]() | CanApplyToAnyPixelFormat | Returns true if the command can be applied to any PixelFormat. (Inherited from ImageCommand.) |
![]() | InPlaceProcessing | Gets a value indicating whether the command returns a new image or modified the source image passed into
the command. (Overrides ImageCommand.InPlaceProcessing.) |
![]() | Opacity | Gets or sets the opacity of the top image. |
![]() | Position | Gets or sets the position of the top image with respect to the source image. |
![]() | Progress | Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the
progress of the current process. (Inherited from ImageCommand.) |
![]() | SupportedPixelFormats | Returns an array of PixelFormats supported by this command. (Overrides ImageCommand.SupportedPixelFormats.) |
![]() | TopImage | Gets or sets the image that will be overlayed onto the source image. |
![]() | TransparentColor | Gets or sets the color that will be used as a transparent mask for the top image. |
![]() | TransparentIndex | Gets or sets the palette index that will be used as a transparent mask for the top image. |