CdrFillTransform
Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrObjectContainer
public class CdrFillTransform extends CdrObjectContainer
le cdr fill transform
Constructeurs
| Constructeur | Description |
|---|---|
| CdrFillTransform() |
Méthodes
| Méthode | Description |
|---|---|
| getTransform() | Obtient la transformation. |
| setTransform(Matrix value) | Définit la transformation. |
CdrFillTransform()
public CdrFillTransform()
getTransform()
public final Matrix getTransform()
Obtient la transformation.
Returns: Matrix - the transform
setTransform(Matrix value)
public final void setTransform(Matrix value)
Définit la transformation.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | Matrix | la transformation |