C# 클래스 Recurity.Swf.FillStyle

The way how object like lines and shapes get filled.
상속: AbstractSwfElement
파일 보기 프로젝트 열기: rtezli/Blitzableiter 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_bitmapID System.UInt16
_bitmapMatrix Matrix
_caller TagTypes
_color Rgb
_fillStyleType FillStyleType
_gradient Gradient
_gradientMatrix Matrix

공개 메소드들

메소드 설명
FillStyle ( byte InitialVersion ) : System

The way how object like lines and shapes get filled.

Parse ( Stream input, TagTypes caller ) : void

ToString ( ) : string

Converts the value of this instance to a System.String.

Write ( Stream output ) : void

메소드 상세

FillStyle() 공개 메소드

The way how object like lines and shapes get filled.
public FillStyle ( byte InitialVersion ) : System
InitialVersion byte The version of the Swf file using this object.
리턴 System

Parse() 공개 메소드

public Parse ( Stream input, TagTypes caller ) : void
input Stream
caller TagTypes
리턴 void

ToString() 공개 메소드

Converts the value of this instance to a System.String.
public ToString ( ) : string
리턴 string

Write() 공개 메소드

public Write ( Stream output ) : void
output Stream
리턴 void

프로퍼티 상세

_bitmapID 보호되어 있는 프로퍼티

protected UInt16,System _bitmapID
리턴 System.UInt16

_bitmapMatrix 보호되어 있는 프로퍼티

protected Matrix _bitmapMatrix
리턴 Matrix

_caller 보호되어 있는 프로퍼티

protected TagTypes _caller
리턴 TagTypes

_color 보호되어 있는 프로퍼티

protected Rgb,Recurity.Swf _color
리턴 Rgb

_fillStyleType 보호되어 있는 프로퍼티

protected FillStyleType _fillStyleType
리턴 FillStyleType

_gradient 보호되어 있는 프로퍼티

protected Gradient,Recurity.Swf _gradient
리턴 Gradient

_gradientMatrix 보호되어 있는 프로퍼티

protected Matrix _gradientMatrix
리턴 Matrix