[]
        
(Showing Draft Content)

C1.Util.DX.Direct2D.Effects.Crop

Crop Class

Builtin Crop effect.

Implements
Namespace: C1.Util.DX.Direct2D.Effects
Assembly: C1.Win.C1DX.4.8.dll
Syntax
public class Crop : Effect, IDisposable, IUnknown

Constructors

Name Description
Crop(IntPtr)

Initializes a new instance of the Crop class.

Properties

Name Description
Rectangle

The region to be cropped specified as a vector in the form (left, top, width, height). The units are in DIPs.

Methods

Name Description
Create(DeviceContext)

Initializes a new instance of Crop effect.