Converts the image into a "Instant Polaroid" like picture by adding a frame to the picture and the ability to add captions.
The following tables list the members exposed by PolaroidFrameFilter.
Public Constructors
| Name | Description | |
|---|---|---|
|
PolaroidFrameFilter | Initializes a new instance of the |
Public Properties
| Name | Description | |
|---|---|---|
|
BackGroundColor | (inherited from BasicFilter) |
|
Caption | Gets or sets the image caption (text) that will be written to the polaroid's bottom section |
|
CaptionColor | Gets or sets the caption's color |
|
WithDropShadow | Gets or sets whether to add or remove a drop shadow to the Polaroid frame. true - will add the drop shadow false - will remove the drop shadow |
Public Methods
| Name | Description | |
|---|---|---|
|
Equals | Determines whether the specified |
|
ExecuteFilter | Overridden. Executes this filter on the input image and returns the result |
|
ExecuteFilterDemo | Demonostration Function. Could be left unimplimented. To be used for presentation purposes. (inherited from BasicFilter) |
|
GetHashCode | Serves as a hash function for a particular type. |
|
GetType | Gets the |
|
ToString | Returns a |
Protected Methods
| Name | Description | |
|---|---|---|
|
Finalize | Allows an |
|
MemberwiseClone | Creates a shallow copy of the current |