コード例 #1
0
        private void SetAllNull()
        {
            this.vBlackWhiteMode   = A.BlackWhiteModeValues.Auto;
            this.HasBlackWhiteMode = false;

            this.Transform2D       = new SLTransform2D();
            this.HasTransform2D    = false;
            this.vPresetGeometry   = A.ShapeTypeValues.Rectangle;
            this.HasPresetGeometry = false;

            this.Fill       = new SLFill(this.listThemeColors);
            this.Outline    = new SLLinePropertiesType(this.listThemeColors);
            this.EffectList = new SLEffectList(this.listThemeColors);

            this.Rotation3D = new SLRotation3D();
            this.Format3D   = new SLFormat3D(this.listThemeColors);
        }
コード例 #2
0
        private void SetAllNull()
        {
            vBlackWhiteMode   = A.BlackWhiteModeValues.Auto;
            HasBlackWhiteMode = false;

            Transform2D       = new SLTransform2D();
            HasTransform2D    = false;
            vPresetGeometry   = A.ShapeTypeValues.Rectangle;
            HasPresetGeometry = false;

            Fill       = new SLFill(listThemeColors);
            Outline    = new SLLinePropertiesType(listThemeColors);
            EffectList = new SLEffectList(listThemeColors);

            Rotation3D = new SLRotation3D();
            Format3D   = new SLFormat3D(listThemeColors);
        }