The CogAffineTransform type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ChangedEventSuspended | If nonzero, indicates that the raising of the Changed event has been suspended. This value is incremented when SuspendChangedEvent is called and decremented when ResumeAndRaiseChangedEvent is called. | |
| ClipFillPlane0Value | Specifies the plane 0 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill. | |
| ClipFillPlane1Value | Specifies the plane 1 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill. | |
| ClipFillPlane2Value | Specifies the plane 2 value with which to fill clipped color pixels if ClipMode=cogAffineTransformClipModeFill. | |
| ClipFillValue | Specifies the value with which to fill clipped pixels if ClipMode=cogAffineTransformClipModeFill. | |
| ClipMode | Specifies what to do if any portion of the affine region lies outside the input image. | |
| HasChanged | If true, the serializable state of this object has changed since the last time it was serialized. | |
| SamplingMode | Specifies the sampling mode used when performing the affine transform operation. | |
| ScalingX | Specifies the scaling factor for the X direction of the output image. For example, setting ScalingX to 2.0 will result in an output image that is approximately twice as wide as the SideXLength of the input region (when measured in image pixels). | |
| ScalingY | Specifies the scaling factor for the Y direction of the output image. For example, setting ScalingY to 2.0 will result in an output image that is approximately twice as high as the SideYLength of the input region (when measured in image pixels). |
See Also