ReframingFilter Members
Include Protected Members
Include Inherited Members
The ReframingFilter type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
ReframingFilter() |
Creates and initializes a new ReframingFilter with default values.
|
![]() |
ReframingFilter(Rect, Double) |
Creates and initializes a new ReframingFilter with a default pivot point and specified reframing area and angle of rotation.
|
![]() |
ReframingFilter(Rect, Double, Point) |
Creates and initializes a new ReframingFilter with specified reframing area, angle of rotation, and pivot point.
|
Methods
Name | Description | |
---|---|---|
![]() |
Apply |
Internal framework method.
|
![]() |
Lock |
Internal framework method.
|
![]() |
PrepareAsync |
Internal framework method.
|
Properties
Name | Description | |
---|---|---|
![]() |
Angle |
Rotation of the reframing area clockwise around its top-left corner in degrees.
RemarksDefault is 0. |
![]() |
PivotPoint |
The point around which rotation is done. Expressed in the unit coordinate space of the reframing area, i.e., the top left corner of the reframing area is at (0.0), and the bottom right corner is at (1, 1).
Default is (0.5, 0.5), the center of the reframing area. |
![]() |
ReframingArea |
Rectangle describing the position and size of the reframing area.
The coordinates are relative to the current coordinate system, which may be affected by preceding filters. |